I have a form that collects information from the user and adds the submissions to a database. Then I have another page.. that collects the information from the database and prints it into a table.
One of the things the form collects is email, however instead of having a column in the table on the html page be email .. I would like to have the name be linked to the address..
I'm not really sure how to go about that since i'm fairly new to php.
Thanx in advance.