PHP Question

Elmo187

Limp Gawd
Joined
Jun 7, 2003
Messages
291
Here is an example of some of the warnings that I'm getting:

PHP Warning: Undefined variable: _POST in D:\OBEA\tempRegistration.php on line 20

Here is line 20: print $_POST["firstName"];

I'm running IIS and PHP 4.0 on XP Pro, would this warning be because I don't have either IIS or PHP configured properly?
 
try with single quotes instead of double quotes. it could possible be something wrong with your form too.
 
I installed a newer version of PHP and everythings working now, I guess it must have been a config issue.
 
Back
Top