RE: [PHP] unsupported binary characters in database,

2006-02-13 Thread Mark Steudel
12, 2006 11:18 AM To: 'Webmaster'; php-general@lists.php.net Subject: RE: [PHP] unsupported binary characters in database, Hmmm ... I guess that's an idea. Any other ways of dealing with this? -Original Message- From: Webmaster [mailto:[EMAIL PROTECTED] Sent: Saturday, February 11, 2006

RE: [PHP] unsupported binary characters in database,

2006-02-12 Thread Mark Steudel
Hmmm ... I guess that's an idea. Any other ways of dealing with this? -Original Message- From: Webmaster [mailto:[EMAIL PROTECTED] Sent: Saturday, February 11, 2006 6:06 PM To: Mark Steudel Subject: Re: [PHP] unsupported binary characters in database, Mark Steudel wrote: I have

[PHP] unsupported binary characters in database,

2006-02-11 Thread Mark Steudel
I have the following encryption function: function RC4( $data) { //ecncrypt $data with the key in $keyfile with an rc4 algorithm $pwd = implode('', file(/key.php')); $pwd_length = strlen($pwd); for ($i = 0; $i 255; $i++) { $key[$i] = ord(substr($pwd, ($i %