Nothing saved in the processor. Well, everything besides the fields showed.
" <?php
$where_form_is="http://".$_SERVER['SERVER_NAME'].strrev(strstr(strrev($_SERVER['PHP_SELF']),"/"));
session_start(); if( ($_SESSION['security_code']==$_POST['security_code']) && (!empty($_POST['security_code'])) ) { include("confirm.html"); } else { echo "Invalid Captcha String."; }
?> " Form ID: 106047
I just made a new one, but why does this happen?
Log in to post a comment.
Nothing saved in the processor. Well, everything besides the fields showed.
"
<?php
$where_form_is="http://".$_SERVER['SERVER_NAME'].strrev(strstr(strrev($_SERVER['PHP_SELF']),"/"));
session_start();
if( ($_SESSION['security_code']==$_POST['security_code']) && (!empty($_POST['security_code'])) ) {
include("confirm.html");
}
else {
echo "Invalid Captcha String.";
}
?>
"
Form ID: 106047
I just made a new one, but why does this happen?