Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

displaying records from a database

Status
Not open for further replies.

tanveer91

Programmer
Nov 13, 2001
31
GB
Hi guys,

I am using PHP/PosgtreSQL....

I have a written a php script that displays a list of vehicles from a database..... my problem is I would like to display record details of a vehicle on a seperate screen when the user clicks on a required reg no. from a list?

CAN SOMEONE PLEASE HELP!
THANKS


 
You could use PHP to add <A HREF> tags around the relevant parts of the text you're outputting, turning them into HTML links to your other pages.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top