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 receiv

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

2007-05-12 Thread Chetanji
s proper. I'm just a baby at this. >> Blessings, >> Chetan >> >> >> >> >> Bedul says: >> >> >> bedul wrote: >>> >>> username BLOB NOT NULL default '', >>> password BLOB NOT NULL default '

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

2007-05-12 Thread Chetanji
t; do you try >> username varchar 50, >> password varchar 50?? >> >> i'm just ask.. >> sry, hope that's can solve your problem >> >> - Original Message - >> From: "Chetan Graham" <[EMAIL PROTECTED]> >> To: >&

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

2007-05-12 Thread Chetanji
do you try > username varchar 50, > password varchar 50?? > > i'm just ask.. > sry, hope that's can solve your problem > > ----- Original Message ----- > From: "Chetan Graham" <[EMAIL PROTECTED]> > To: > Sent: Saturday, May 12, 2007 4:28 PM

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

2007-05-12 Thread bedul
> To: 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... > > T

[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