I doubt if there's anything wrong with the code i've used. The connection to the database works just fine. I receive the following error:Warning: Failed to Receive in c:\apache\htdoc s\forgot.php on line 147. I'm thinking this has to do with the rsion of php that i'm using. I'm using PHP TRIAD.
Help with forgot password reminder
Collapse
X
-
Tags: None
-
As far as I know the FORGOT.PHP is not a standard Apache module, at least not in /htdocs. So it must be your own program.
If you want to know the version of PHP you are using run the phpinfo(); command (see php documentation at PHPInfo function
Ronald :cool:
Comment