Posted by Klarth on 02/21/07 01:32
Yes, it is possible. There look for $_GET["recordnum"] in your
catalogrecord.php script.
On Feb 21, 10:20 am, fishmonger1...@gmail.com wrote:
> 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
[Back to original message]
|