O.k I have managed to create my table in mysql. table name= email_info
I have managed to insert 2 fields, name and email address.
namefield = $fullname
emailfield = $email
The user can add there name and email to the database via a form. I can then display these results via another page.
Does anyone have a sample script that can delete individual entries via a form. All help would be much appreciated.