• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

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