[PHP] RE: newbie: php/mysql

2002-10-28 Thread Tim Ward
the best way to do password validation is using one way encryption (e.g. MySQL PASSWORD() function). That way you check the encrypted user entered password against the database ... ... WHERE pass = PASSWORD('{$_POST[password]}') Tim Ward www.chessish.com -Original Message- From: Mr.

[PHP] Re: Newbie PHP/MySQL Question

2001-12-06 Thread Peter van der Maas
Think i figured out my problem...next time i will RTFM!!! Sorry! Peter Van Der Maas [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Ok, Im' pretty new at this, but I can't see what may be wrong here: Table IMT - User (char) SessionID