Page 1 of 1

Undefined Variables When Submitting forms

Posted: Thu Jul 11, 2002 5:00 pm
by sghulam
Hi Folks!
I am learning php and worked my way through up to submitting forms. I have written a simple HTML page with few textboxes and a php program that handles the form submitted using the POST method.
The problem is that the php program does not identify the the variables defined within the form and I always get an error message saying that these variables are undefined.
I ran the same programs on a different sever and it worked fine. Is it a problem with my server? I am using Windows 2000 with IIS 4.0. Could this be a problem with some settings of IIS?
I appreciate your help.
Sinan

Posted: Thu Jul 11, 2002 6:51 pm
by RandomEngy
Read this and if you still have problems, post your code here.