Hi all,

I needed a quick solution to the following problem.

Case:
A user visits a registration web page.
Fills up a form (which also has a password) and submits it.

Problem:
* How can I match the passwords on the form (made to enter
  them twice).
* How do I encrypt the password before storing them in a
  flat file database.
* Are there any special functions in PHP which make handling
  a flat file database easy?
* When the user comes back later he would want to enter
  restricted area using the earlier provided userid and password
  How do I match the stored (encrypted) password with the one
  used to log in.

I am no whiz at PHP, so some of the above questions might sound stupid or
trivial to some, please excuse me for that.

Warm Regards,

~Mayuresh


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to