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 Link to comment https://forums.phpfreaks.com/topic/81250-re-direct-to-url/ Share on other sites More sharing options...
Lumio Posted December 11, 2007 Share Posted December 11, 2007 header('Location: thanks.html'); exit; Link to comment https://forums.phpfreaks.com/topic/81250-re-direct-to-url/#findComment-412279 Share on other sites More sharing options...
atlanta Posted December 11, 2007 Share Posted December 11, 2007 Post your code. Link to comment https://forums.phpfreaks.com/topic/81250-re-direct-to-url/#findComment-412281 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 Link to comment https://forums.phpfreaks.com/topic/81250-re-direct-to-url/#findComment-412293 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.