Menu

Once I finished and clicked download...

Help
2009-05-27
2013-06-03
  • Aaron Hardy

    Aaron Hardy - 2009-05-27

    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

     
    • Aaron Hardy

      Aaron Hardy - 2009-05-27

      I just made a new one, but why does this happen?

       

Log in to post a comment.