Hi there , I�m trying PHP and have a problem with with the superglobals.
I use Apache 1.3.27 and php 4.3.1
this is my script:
<html>
<body>
<?php
if ($_Post['submit'] {
echo (" Daten wurden eingetragen");
}
<form action="" method="post">
<input type="submit" name="submit" value="Daten eintragen">
</form>
</body>
</html>
but my script won�t do anything !!
Any one who can help ?
regards
Oliver
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
