Hi there, I need to create a php form validation that will do the following.
1. Restrict users with public email address such as hotmail or gmail.
2. Check a mysql database for exceptions to the rule (Certain people that have approval to use hotmail or gmail)
3. If the email address is accepted then send an autorespond email.
My boss does not want to supply me with his client contact database so this is the only other way I can think to do this.
If you know any scripts or suggestions to do this It will be very helpful.
Thanks