I have discovered that my situation is not unique;
What seems to be happening is:
A spamming/hacking tool of sorts is used to spider a site and automatically complete and submit a form - sending 10+ at a time!!.
The contents of the fields is a 3-7 length of random characters @yourdomain.com (where yourdomain.com refers to the vistims domain name).
To combat this I would like to validate that the Email field is not whatever@mydomain.com.
I am relativley new to php, having just discovered how to have a form be received in HTML format.
I am thinking an if statement? I need to know how to determine if the field was "...@mydomain.com".
PLEASE HELP ASAP[/i]
