Undefined Variables When Submitting forms

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sghulam
Forum Newbie
Posts: 1
Joined: Thu Jul 11, 2002 5:00 pm

Undefined Variables When Submitting forms

Post 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
User avatar
RandomEngy
Forum Contributor
Posts: 173
Joined: Wed Jun 26, 2002 3:24 pm
Contact:

Post by RandomEngy »

Read this and if you still have problems, post your code here.
Post Reply