Here's what you can do: Have a timestamp of the last e-mail stored on a file. If time() - that timestamp < 600 (10 minutes) then don't send the e-mail.
When sending it, do this $server_array = print_r($_SERVER, true); and use the $server_array variable to obtain some info regarding the client that's causing the requests. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php