On a daily basis, there are many so-called spam robots (bots) spidering the web in order to find online forms that can be used to
One of the best solutions to protect your forms is to use reCaptcha .
reCaptcha is a free Captcha service used by many websites to prevent bots from spamming your website forms, harvesting email addresses or worse. It's likely you have already seen or used Captcha or reCaptcha on the web. They are colorful images with distorted text at the bottom of many web registration forms and works in such a way that it generates and grades tests that humans can pass but computer programs cannot. For example, humans can read distorted text as the one shown below, but current computer programs can't. As no computer program can read distorted text as well as humans can, bots CANNOT navigate sites protected by reCaptchas/Captchas, therefore protecting your online forms from spams.

In addition to form spam protection, reCaptcha also helps to digitize books, newspapers and old time radio shows. For more information please visit the following webpage at http://recaptcha.net/learnmore.html
include($_SERVER['DOCUMENT_ROOT'] . "/home/newincludes/php/recaptchalib.php");
$publickey = "6LeCc7oSAAAAAEB-u1yy2Qb2BBJ5XFYaVcWzKOOc";
echo recaptcha_get_html($publickey);
$privatekey = "...";
$resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]);
if(!$resp->is_valid) { print "The reCaptcha wasn't entered correctly. Go back and try it again."; } else { .... //process the form }
A cautionary word.
ITS Web Account Application Form
Departmental Web Server Registration
Request to add/update a hyperlink to my page on the main URI Web site.
What if the Webmaster made a mistake!
Subscribe to the URI Web Publishing Blog for latest news, tips, resources and tools related to web technologies.
Subscribe to URIWEB-L Listserv to keep informed of ideas on web-related issues on campus.