| 
 Posted by fishmonger1972 on 02/21/07 01:20 
Hi! 
I'm a librarian with a little PHP knowledge.. I'm trying to make a 
catalog from scratch for my library.  I don't like the look of the 
current catalog so I'm trying to make a custom PHP/MySQL 
implementation. 
 
I can do everything I need to do except, I don't completely understand 
a detail. Ideally I could write this: 
 
<a href="catalogrecord.php?recordnum=4">Tom Sawyer</a> 
 
The idea would be to pass the number 4 to the catalogrecord.php page 
when the hyperlink is clicked.  Then it would know which number in the 
catalog it should pull up and display on the next page.  Is this 
possible? And if so, how could I access the recordnum=4 on the next 
php file? 
 
Will
 
  
Navigation:
[Reply to this message] 
 |