PHP Script Problems

Out of context: Reply #6

  • Started
  • Last post
  • 12 Responses
  • Shepstar150

    will it then check the part in the form?

    <?php session_start(); if(isset($_SESSION['captcha_spam']) AND $_POST["sicherheitscode"] == $_SESSION['captcha_spam']){ unset($_SESSION['captcha_spam']);
    <form id="kontaktform" action="" method="post" name="kontaktform">
    ....
    <img src="captcha/captcha.php" border="0" title="Sicherheitscode"> <input type="text" name="sicherheitscode" size="5">
    ....
    </form>
    } ?>

    It should check if the verification code is correct or not.

View thread