i have a form that adds names and emails to a database.
i got it where it can display all the information from that table.
what i want to do is have a way for a user to choose from a option box the name they want to see and when they chose, it brings up just thats person name information that they choosing.
how do i get it where the option they choose from the option/list box the where section of the query statement. $query"Select * from members where members.??=members.??
if have the reference point primary key as id
what do i need to set the <option value=""> to so it puts the right variable into the select statement?
what im trying to do is like a all members page for a forum and like when you select or click on a link, it brings up thats person personal information