Hi. I'm Rang.
Now I try develop with php. But when I pass data from the Form why I can not get it. I code it follow : form.html <html> <body> <form method="POST" action="form.php"> <inut type="text" name="txtname"> <input type="submit" value="submit"> </body></html> form.php <? echo "data pass from form is :$txtname"; ?> Yes, when I try to submit the form the error is : Notice: Undefined variable: NAME in d:\inetpub\wwwroot\php\testform\formtest.php on line 2 How it is wrong ! It wrong my configuration. Please help me to correct this problem. Thanks in advance. Bye bye. --------------------------------- Do You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World Cup