Help with forgot password reminder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mandlamuki
    New Member
    • Oct 2006
    • 3

    #1

    Help with forgot password reminder

    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.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    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

    Working...