i get this message when i try to open this page : PHP Warning: Undefined
variable: submit in c:\inetpub\wwwroot\testsite\registrer.php on line 8


form method="post" action="registRer.php">
Fornavn: <input type="text" name="fornavn"><br>
Etternavn: <input type="text" name="etternavn"><br>
<input type="Submit" name="submit" value="Registrer"><br> </form>
<?
IF ($submit) // this is line 8
{
}
?>

If you know why it doesnt work please help.




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to