ehos union

ehos union

  • NA
  • 2
  • 2.6k

validate if email field exist in mysql table on delete

Feb 12 2013 3:30 AM
i have a text field that requires a user's E-mail address in order to delete the user's data from MYSQL table. when the user enters the e-mail, my delete button does not validate whether the email is in the database or not, it just echo "Data successfully Deleted". Therefore i want the delete button to validate whether that user's email exist before deleting the e-mail.

Attachment: users.zip

Answers (1)