RE: [PHP] Adding reCAPTCHA to form using PHP

2010-04-21 Thread Ernie Kemp
# set the error code so that we can display it echo "Eh, That wasn't right. Try Again."; } } ?> -Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: April-19-10 12:51 PM

Re: [PHP] Adding reCAPTCHA to form using PHP

2010-04-19 Thread tedd
At 2:10 PM -0400 4/19/10, Andrew Ballard wrote: On Mon, Apr 19, 2010 at 12:50 PM, tedd wrote: At 12:21 PM -0400 4/19/10, Ernie Kemp wrote: Need help with reCAPTCHA. Never installed it before. When Submit is clicked the "quoterequest-redirect.php" is run but I think it would be better to

Re: [PHP] Adding reCAPTCHA to form using PHP

2010-04-19 Thread Andrew Ballard
On Mon, Apr 19, 2010 at 12:50 PM, tedd wrote: > At 12:21 PM -0400 4/19/10, Ernie Kemp wrote: >> >> Need help with reCAPTCHA. Never installed it before. >> >> When Submit is clicked the "quoterequest-redirect.php" is run but I think >> it >> would be better to test the reCAPTCHA before the >> "quot

RE: [PHP] Adding reCAPTCHA to form using PHP

2010-04-19 Thread Ernie Kemp
right. Try Again."; } } ?> -Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: April-19-10 12:51 PM To: Ernie Kemp; 'PHP General List' Subject: Re: [PHP] Adding reCAPTCHA to form using PHP At 12:21 PM -040

Re: [PHP] Adding reCAPTCHA to form using PHP

2010-04-19 Thread tedd
At 12:21 PM -0400 4/19/10, Ernie Kemp wrote: Need help with reCAPTCHA. Never installed it before. When Submit is clicked the "quoterequest-redirect.php" is run but I think it would be better to test the reCAPTCHA before the "quoterequest-redirect.php" program has been run. I check the CAPTCHA i

[PHP] Adding reCAPTCHA to form using PHP

2010-04-19 Thread Ernie Kemp
Need help with reCAPTCHA. Never installed it before. When Submit is clicked the "quoterequest-redirect.php" is run but I think it would be better to test the reCAPTCHA before the "quoterequest-redirect.php" program has been run. I check the CAPTCHA in "quoterequest-redirect.php", it displays a in

[PHP] Adding reCAPTCHA to form

2010-04-16 Thread Ernie Kemp
Need help with reCAPTCHA. Never installed it before. When Submit is clicked the "quoterequest-redirect.php" is run but I think it would be better to test the reCAPTCHA before the "quoterequest-redirect.php" program has been run. The reCPATCHA show correctly but I need some help here. Thank