Re: [PHP-DEV] problem with post data

2002-06-18 Thread Chris Shiflett
The reason for this is most likely that your PHP configuration is not setup to create global variables for data contained in a POST. You'll probably find more help on the [EMAIL PROTECTED] mailing list. This list is for the development of PHP only. Chris rang pheng wrote: >Hi. I'm Rang. > >N

[PHP-DEV] problem with post data

2002-06-18 Thread rang pheng
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 form.php Yes, when I try to submit the form the error is : Notice: Undefined variable: NAME in d:\inetpub\wwwroot\php\testform\formtest.php on li