作者:iz76mww | 来源:互联网 | 2023-05-18 18:30
I have a table (I'm using DataTables plug-in for jQuery) and when I click on a row I want to be redirected to another page where will be displayed customer details.
Here is my code in customers.php file:
我有一个表(我正在使用jQuery的DataTables插件),当我点击一行时,我想重定向到另一个页面,在那里将显示客户详细信息。这是我在customers.php文件中的代码:
This is in customer_details.php file
这是在customer_details.php文件中
Company name
When I click on a row I am redirected to customer details page but I can't see the data (i.e. name). When I look at response tab in console in Firebug I can see this data in div.
Could anyone help me what am I doing wrong?
当我点击一行时,我被重定向到客户详细信息页面,但我看不到数据(即名称)。当我在Firebug中查看控制台中的响应选项卡时,我可以在div中看到这些数据。谁能帮助我,我做错了什么?
1 个解决方案