excell
09-09-2002, 12:57 AM
sorry if this already been asked
when i pass data from a form to php page i get undefined variable error. Cant understand why. Do i need to edit somthing in the php.ini file.
<form action="login.php" method="get">
<input type ="text" name="user">
<input type="submit" name submit">
</form>
Next page
....
<?php
print " blah blah $user";
?>
Any ideas i sure its somthing simple
Thanks in advance
when i pass data from a form to php page i get undefined variable error. Cant understand why. Do i need to edit somthing in the php.ini file.
<form action="login.php" method="get">
<input type ="text" name="user">
<input type="submit" name submit">
</form>
Next page
....
<?php
print " blah blah $user";
?>
Any ideas i sure its somthing simple
Thanks in advance