1
Answer

validate if email field exist in mysql table on delete

ehos union

ehos union

11y
1.1k
1
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)