This question already has an answer here:
- How to validate an Email in PHP? 6 answers
I am trying to make a feedback form for my website, and I want to make the form check if the email is valid (If it has @ and .) Here is the code: http://pastebin.com/9kTEh631
Thank you.