recaptcha problem please help me
Posted
by moustafa
on Stack Overflow
See other posts from Stack Overflow
or by moustafa
Published on 2010-05-12T08:51:08Z
Indexed on
2010/05/12
8:54 UTC
Read the original article
Hit count: 140
php
please see the following code
// redirect to success page
if ($success){
header( 'Location: ../Scripts/_lib/phpmailer-fe.php');
}
else{
print "<meta http-equiv="refresh" content="0;URL=error.html">";
}
its not working
© Stack Overflow or respective owner