Re: [PHP] decode

2002-11-18 Thread Steve Keller
At 11/18/2002 07:55 AM, you wrote: I have document in encryption type : B*C*N**N but I don't know how do abbab abbab Well, assuming that the above isn't someone sending you The Kinks, and flogging myself for replying to an off-topic post... A simple Google search should have directed you rig

Re: [PHP] decode

2002-11-18 Thread Maxim Maletsky
where is that coming from? What encoding is that? Any info of the "b abbab abbab baaba" part? -- Maxim Maletsky [EMAIL PROTECTED] "Roman Duriancik" <[EMAIL PROTECTED]> wrote... : > Please Help me ! > This is not a php problem but if someone knows how to decode this : > I have document i

Re: [PHP] Decode email

2002-08-04 Thread Paul Roberts
the imap function will do this. http://za2.php.net/manual/en/ref.imap.php Paul Roberts http://www.paul-roberts.com [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 04, 2002 1:06 AM Subject: [PHP] Deco

RE: [PHP] Decode email

2002-08-03 Thread Maxim Maletsky
Try looking for it on www.phpclasses.org - it is pretty rich for such content. Sincerely, Maxim Maletsky PHP Beginner www.phpbeginner.com > -Original Message- > From: info @ saudiabm [mailto:[EMAIL PROTECTED]] On Behalf Of support- > [EMAIL PROTECTED] > Sent: Sunday, August 04, 200

Re: [PHP] Decode Encoded text in phpMyAdmin

2002-02-15 Thread David
So then there's no way to get it decoded :(. Ah well, thanks for your help anyway. -- - Dave Visit http://www.geocities.com/earthtohorny/ for info on Computers and Upgrading. "Joffrey Van Wageningen" <[EMAIL PROTECTED]> wrote in message 00f101c1b570$d4697450$[EMAIL PROTECTED]">news:00f101c1b570

Re: [PHP] Decode Encoded text in phpMyAdmin

2002-02-14 Thread Joffrey van Wageningen
> Hello, > How can I decode encoded text/numbers in my phpMyAdmin? I looked at > BASE64, but thats not it. Any help is great. Thanks > > Example: 8e73b27568cb3be29e2da74d42eab6dd i dont wanna spoil your day, but your looking at a md5 hash... md5 is a one way encoding scheme, no way back.

Re: [PHP] Decode Encoded text in phpMyAdmin

2002-02-14 Thread Toni Kustiana
porting base64 encode/decode module on Perl to php. http://www.cpan.org David <[EMAIL PROTECTED]> wrote: Hello, How can I decode encoded text/numbers in my phpMyAdmin? I looked at BASE64, but thats not it. Any help is great. Thanks Example: 8e73b27568cb3be29e2da74d42eab6dd -- - Dave Visit http