Posted by Virginner on 12/18/89 11:50
"Antoine Mιrieux" <no_mail_adress@yahoo.com> wrote in message
news:44932dbd$0$9606$636a55ce@news.free.fr...
| Hello,
| I try to use php, but I have problem with forms.
|
| I have a file named test.php like that:
| <FORM ACTION="test.php" METHOD="POST">
| type your name, then submit :
| <INPUT TYPE=text NAME=name>
| <INPUT TYPE=submit VALUE="Submit">
| </FORM>
| <P>
| your name is
| <?php
| echo "$name";
| ?>
|
| And I have this error:
| Notice: Undefined variable: name in c:\program
| files\easyphp1-8\www\epc\test.php on line 9
|
echo $name
D.
[Back to original message]
|