Click to See Complete Forum and Search --> : Using PHP with params


feras_wilson
07-29-2007, 03:39 AM
Hi!

I have many pictures of books from a library and i need i query like this:
mybooks.php?showbook=1

Please help!:confused:

NogDog
07-29-2007, 04:29 AM
Not sure what you are asking, but the mybooks.php script can access the value from the URL query string via the $_GET array. In the example you gave, the variable $_GET['showbook'] would have a value of "1".