Új hozzászólás Aktív témák

  • honda 1993

    senior tag

    Sziasztok.

    Az alabbi php kod valamiert nem mukodik :

    require('config.php');

    if(isset($_post{'submit'})){

    }else{
    $form = <<<EOT
    <form action="register.php" method="POST">
    First name: <input type="text" name="name" /><br />
    Last name: <input type="text" name="lname" /><br/ >
    username: < input type="text" name="uname" /><br />
    Email: <input type="text" name="email1" /><br />
    Confirm email: <input type="text" name="email2" /><br />
    password: <input type="password" name="pass1" /><br />
    confirm password: <input type="password" name="pass2" /><br />
    <input type="submit" value="register" name="submit" />
    </form>
    EOT;

    echo $form;

    }

    Egy darabig probalkoztam kitalalni hogy mi lehet a baj, de nem jovok ra.Valaki esetleg tudna segiteni ?

    :R

Új hozzászólás Aktív témák