Re: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log

2007-05-13 Thread Chris
Chetan Graham wrote: Greetings to All, I am having difficulty in 'md5'ing a $var in a function before it is placed into the (INSERT INTO table... The whole point is I don't want the MySQL DB logs showing my $var's password and username 'before' it is encrypted by MySQL's md5. When MySQL

[PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log

2007-05-12 Thread Chetan Graham
Greetings to All, I am having difficulty in 'md5'ing a $var in a function before it is placed into the (INSERT INTO table... The whole point is I don't want the MySQL DB logs showing my $var's password and username 'before' it is encrypted by MySQL's md5. When MySQL receives PHP's encrypted $var

Re: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log

2007-05-12 Thread Chetanji
your problem - Original Message - From: Chetan Graham [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Saturday, May 12, 2007 4:28 PM Subject: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log Greetings to All, I am having difficulty in 'md5'ing a $var

Re: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log

2007-05-12 Thread bedul
, 2007 4:28 PM Subject: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log Greetings to All, I am having difficulty in 'md5'ing a $var in a function before it is placed into the (INSERT INTO table... The whole point is I don't want the MySQL DB logs showing my $var's password

Re: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log

2007-05-12 Thread Chetanji
to md5 the $var before it reaches MySQL's gen query log Greetings to All, I am having difficulty in 'md5'ing a $var in a function before it is placed into the (INSERT INTO table... The whole point is I don't want the MySQL DB logs showing my $var's password and username 'before

Re: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log

2007-05-12 Thread Chetanji
] To: php-db@lists.php.net Sent: Saturday, May 12, 2007 4:28 PM Subject: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log Greetings to All, I am having difficulty in 'md5'ing a $var in a function before it is placed into the (INSERT INTO table... The whole point is I