| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Registered User
Comfy Contributor
Joined in Feb 2006
Lives in Ohio
Hosted on SH93
119 posts
Gave thanks: 4
Thanked 0 times
|
Implementing Recaptcha
This morning I decided to code a guestbook script. I decided it would be best to use a Captcha. I found recaptcha The Official CAPTCHA Site. I have the php version working. The only problem is that whenever a person messes up, it takes them to the php submit document, with an error at the top. I would like if possible to return to the form page so they can try again. My guestbook is at BrennanU.com | Guestbook. The tutorial I used for the guestbook is at Write a Guestbook!
Thanks, Brennan
__________________
|
|
|
|
|
|
#2 (permalink) | |
|
Senior Member
Super #1
Joined in Nov 2003
Lives in New Hampshire
1,220 posts
Gave thanks: 3
Thanked 22 times
|
Ok here we go:
On this script: gbookin.php you've got a line about: Quote:
Code:
<?
header("location: post.php");
?>
if you post the code for gbookin.php I'll take a jab at it for you. |
|
|
|
|