|
Posted by maxvalery on 10/19/93 11:45
Thank you for replying. Could you be more specific, please?
Again, it goes something like this:
Table structure
tbl_siteLayout (ID, pageName, pageLeftContent, pageMiddleContent,
pageRightContent)
The navigation bar is pulling ID, creates 'pagename.php/?id=' links,
and the 'pagename.php' uses $_GET to run a query where id = $_GET[id]
to display all content.
One of those pages referenced by id=3 needs to contain a list of
products pulled out of tbl_Products (productID, productName,
productDesc, productPrice).
Are you suggesting INSERTing entire tbl_Products code directly into the
'tbl_siteLayout.pageMiddleContent' field?
Thanks.
Navigation:
[Reply to this message]
|