Posted by Antoine Mιrieux on 12/18/03 11:50
Virginner a Γ©crit :
> "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.
>
>
It's wrong again.
It's very bizarre!
[Back to original message]
|