Hello everyone! I have searched through the boards but have not found an answer to my problem and thus am submitting my first thread.
I have created a form where the user fills in an email address. I want to create a server side php script to validate both the format of the email address but also the domain using the php function checkdnsrr.
If the email address is formatted incorrectly or the mail domain does not exist, I want to redisplay the form with the users information displayed along with an error message (ie: 'Email address incorrectly formatted' or 'Sorry... mail domain does not exist').
Any suggestions as to how to accomplish this?
Regards,
Bob Mitchell