I have a page on my site that displays 2 columns, (tableonedate, tableonetitle), from a table, (tableone).
Here is a shorten version of the first table.
tableone (tableoneid, tableonedate, tableonetitle)
I want to make "tableonetitle" a link; when you click on it. It displays rows, (tabletwocolumnone, tabletwocolumntwo), from another table, (tabletwo).
Here is a shorten version of the second table.
tabletwo (tabletwoid, tableoneid, tabletwocolumnone, tabletwocolumntwo)
How do I pass "tableoneid" to another page and have the new page display "tabletwocolumnone" and "tabletwocolumntwo" where tableone.tableoneid = tabletwo.tableoneid?
Thanks.
*edit: typo
PHP MySQL - Display / then Link to another Display
Moderator: General Moderators
Is there another what to do it?
I don't want the user to be able to type in at the address bar.
http://example.com/foo.php?tid=123
http://example.com/foo.php?tid=124
http://example.com/foo.php?tid=125
I don't want the user to be able to type in at the address bar.
http://example.com/foo.php?tid=123
http://example.com/foo.php?tid=124
http://example.com/foo.php?tid=125