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
Undefined Variables When Submitting forms
Moderator: General Moderators
- RandomEngy
- Forum Contributor
- Posts: 173
- Joined: Wed Jun 26, 2002 3:24 pm
- Contact:
Read this and if you still have problems, post your code here.