Captcha - redirect to branded error page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lemmondesign2013
Forum Newbie
Posts: 1
Joined: Thu Jun 20, 2013 12:29 am

Captcha - redirect to branded error page

Post by lemmondesign2013 »

Hi everyone,

I've added a captcha to a booking form on a website I'm working on, but I cant work out how to get the code to redirect the user to a page of my choice if their captcha entry is invalid. Does anyone know how to achieve this?

Thanks in advance.

Marc
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Captcha - redirect to branded error page

Post by Christopher »

See the PHP manual for the header() function.
(#10850)
Post Reply