Pacaron Posted December 11, 2007 Share Posted December 11, 2007 Working on a captcha PHP script. Trying to integrate it into webpages. The one I have (from captcha.biz, Knowsomething) The php script ends by displaying what the visitor entered. That's it - it just stops ??? I need it to go to a thankyou.html What the heck do I need to get the php script to 'go to a URL' if the captcha test is good? I've tried $webpage, $get_url and a few others that I came up with. I asked Pete at Captcha.biz.. no response :-\ TIA.(VM).......... Ron Quote Link to comment Share on other sites More sharing options...
Lumio Posted December 11, 2007 Share Posted December 11, 2007 header('Location: thanks.html'); exit; Quote Link to comment Share on other sites More sharing options...
atlanta Posted December 11, 2007 Share Posted December 11, 2007 Post your code. Quote Link to comment Share on other sites More sharing options...
Pacaron Posted December 11, 2007 Author Share Posted December 11, 2007 Worked.. Dang, I knew it was simple. Thanks Lumio. I'll be back Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.