DaveGears86
Member
I often get emails from my php form which are empty (I have validation in place on the fields).
I've realised that the reason this is happening is because some sort of crawl/bot is visiting the url directly (www.----.com/process.php) which is the process script for fetching the data entered into the fields and emailing it to me etc.
Is there any way to prevent the script from executing when visited/crawled directly? The blank empty forms that I get as emails are a pain!
Thanks
I've realised that the reason this is happening is because some sort of crawl/bot is visiting the url directly (www.----.com/process.php) which is the process script for fetching the data entered into the fields and emailing it to me etc.
Is there any way to prevent the script from executing when visited/crawled directly? The blank empty forms that I get as emails are a pain!
Thanks