Hi, I have just started to learn html and php.
I have a webpage which retrieves a list of names from a table and adds them to a drop down list within a form. When a user selects a name and presses submit the name is then passed onto the the next php page which displays all the details.
I wanted to make it a little more fancy and so changed the drop down list to a table.
The question, is it possible to make the names or rows selectable so the program carries out the same task but instead the user selects a name in the table or a row?
The table is dynamic as more users are added or deleted from the system.
If any one could point me in the right direction please.
Thanks
Chris