A
Anonymous
Guest
I'm new to this and don't even know how search for the answer!
I created a script that displays data from a mysql table. The script shows each row in the table over multiple pages (paging). I want to add a link to each row that uses the primary id field to link to a common .php page that will display the data associated with the each id.
Basically, I'm trying to create one php page that will display data from a specific row. I want the page to pull the table row from the link.
My problem is I don't know enough to even do a search for a tutorial. I'm not looking for someone to fix my code, just point me in the right direction.
Thanks!
I created a script that displays data from a mysql table. The script shows each row in the table over multiple pages (paging). I want to add a link to each row that uses the primary id field to link to a common .php page that will display the data associated with the each id.
Basically, I'm trying to create one php page that will display data from a specific row. I want the page to pull the table row from the link.
My problem is I don't know enough to even do a search for a tutorial. I'm not looking for someone to fix my code, just point me in the right direction.
Thanks!