Topic awaiting preservation: PHP: querying mySQL db (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 08-20-2002 21:08
I have an HTML page with a table containing two columns and about 12 rows of names, each name represents a query to the database for the records of that persons name. I have the query working on a stand alone page but I'm unsure how to make the links for each person's name query each person's unique set of records. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-20-2002 22:09
You mean you want to have the name link to another page which will display the person's info? |
Paranoid (IV) Inmate From: Dallas, TX |
posted 08-20-2002 22:10
well you would usually have that name as link inside a form that would send that name in either a POST or a GET method to either another php page or the same one depending on how you want it to react. |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 08-21-2002 03:41
Thank you very much I think that's exactly what I was looking for... |