I am now going to create a table, the contents of the table is the database of 2 tables Product,user content, now the situation is, from another table passed a URL parameter p_id, I rely on this parameter, the set of data set can be found in some of the required information, Now I need to put the second table user's content page in the table, the second table can be u_id by a keyword, and the first table, how to do in Dreamweaver, is to build 2 datasets? How do these 2 datasets relate to each other?
Reply to discussion (solution)
What's the relationship with Dreamweaver? is to query the database and then output the data.
Manipulate the database and return the data to the table display.
You are not using DW to establish database connection and operation?
Or not, the code generated by DW is very rubbish.
DW is just a tool, it doesn't matter to him, you need to manipulate the database, and then loop the output on the page.
What's the relationship with Dreamweaver? is to query the database and then output the data.
No, Dreamweaver is paired with Php,mysql.
What's the relationship with Dreamweaver? is to query the database and then output the data.
No, Dreamweaver is paired with Php,mysql.
Are you using Dreamweaver to generate database connections, and this is not recommended. If you are familiar with the code, your request can be written in Notepad.