Links on MySQL output list
Posted: Thu May 08, 2008 11:06 pm
Hello Everyone,
I am a newbie and I did tried searching this topic for help before asking for help. Also forgive me if I am posting in the wrong forum.
Here is my problem:
I have a Mysql database with people's details, such as name,address,contacts, etc.
I would like to run through this table and display all the names in a vertical list. I have already done this.
Now from this list of names I would like viewers to click on the names which will bring up the entire profile(record) of this clicked name from the MySQL table. This I need advice on how to accomplish this.
eg.
John Doe
Tom Dick
Cindy Sue
I would like when you click on Tom Dick the records for Tom Dick in the database (address/contact/etc) to come up.
I'll appreciate all help.
Thanks
Dave
I am a newbie and I did tried searching this topic for help before asking for help. Also forgive me if I am posting in the wrong forum.
Here is my problem:
I have a Mysql database with people's details, such as name,address,contacts, etc.
I would like to run through this table and display all the names in a vertical list. I have already done this.
Now from this list of names I would like viewers to click on the names which will bring up the entire profile(record) of this clicked name from the MySQL table. This I need advice on how to accomplish this.
eg.
John Doe
Tom Dick
Cindy Sue
I would like when you click on Tom Dick the records for Tom Dick in the database (address/contact/etc) to come up.
I'll appreciate all help.
Thanks
Dave