Date: 06/05/02
- Next message: Philip Olson: "RE: [PHP] what is the format of the filemtime string"
- Previous message: Scott Hurring: "RE: [PHP] setup php apache"
- In reply to: Igor Portnoy: "[PHP] Passing variable to new page and pulling the rest of info from database"
- Next in thread: John Taylor-Johnston: "[PHP] Re: Passing variable to new page and pulling the rest of info from database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
SELECT * FROM table WHERE ID = $_GET['ID']
Then create a page to display all of that information. Look at the mysql
functions and learn some PHP. We can't help you without knowing what's in
your table and how you want it displayed, etc...
So keep learning and reading and you'll figure out how to do it. Your
question is way to broad for any help...
---John Holmes...
----- Original Message -----
From: "Igor Portnoy" <igor <email protected>>
To: <php-general <email protected>>
Sent: Wednesday, June 05, 2002 2:40 PM
Subject: [PHP] Passing variable to new page and pulling the rest of info
from database
Hello,
I am passing a variable to the new page, when user clicks on the link.
Something like that:
<a href="showimage.php?ID=38"><img src="/some/image.jpg"></a>
How can I extract all other information out of my database for that ID
in the next page (showimage.php)?
Thanks
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Philip Olson: "RE: [PHP] what is the format of the filemtime string"
- Previous message: Scott Hurring: "RE: [PHP] setup php apache"
- In reply to: Igor Portnoy: "[PHP] Passing variable to new page and pulling the rest of info from database"
- Next in thread: John Taylor-Johnston: "[PHP] Re: Passing variable to new page and pulling the rest of info from database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

