well I been playing with the php pages trying to fix my problem. Now I am getting the following message on 3 of the php files that came in the zip files. RquestAccount.php, LostPW.php, and ChangeE-mail. I have no idea how to fix this
Code:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
and on the the last 3 i am getting this
Code:
Notice: Undefined variable: email in c:\Inetpub\wwwroot\verifychangeemail.php on line 1
Notice: Undefined variable: verify in c:\Inetpub\wwwroot\verifychangeemail.php on line 1
Invalid verification code!
Notice: Undefined variable: email in c:\Inetpub\wwwroot\verifylostPW.php on line 1
Notice: Undefined variable: verify in c:\Inetpub\wwwroot\verifylostPW.php on line 1
Invalid verification code!
Notice: Undefined variable: em in c:\Inetpub\wwwroot\verifyrequestaccount.php on line 1
Notice: Undefined variable: v in c:\Inetpub\wwwroot\verifyrequestaccount.php on line 1
Invalid verification code!