Does anyone know how to make a secure php password script ... based using html forms that doesnt involve mySQL?
Printable View
Does anyone know how to make a secure php password script ... based using html forms that doesnt involve mySQL?
If you store the passwords encrypted in a plain text file your PHP script can just encrypt the input password and see if the encrypted string matches. Not sure what problem you're trying to overcome here.
thanks, mySQL and PHP configuration PHP works but mySQL dosent