PHP Database Scripts?

Micro Sniff

New member
I have two PHP database scripts. One that adds information, and then one that displays the information automatically in a table. The columns in the table are id(auto_increment), name,creator, vehicle, and code. I have made it so that when you click on the name, it brings you to the link display.php?id=1 but he id would be whatever the record is. IS there anyway I can make a page that when you click on that name, it brings you to the id link thing then displays the information from that record? Any help would be appreciated.
 
Back
Top