Posted by Ren on 03/10/06 19:14
Hello all,
I have a page which can list all records from a table in my local database.
For each record that is displayed there is link next to it. When the link is
pressed another page opens up and the ID (automated primary key in my table)
of the record selected is passed to the URL.
So now the URL looks something like this:
http://localhost/Webpages/newpage.php?recordID=3
How do I display the details of the record that has been selected on this
new page?
Any help much appreciated!
Thanks
Ren
Navigation:
[Reply to this message]
|