Page 1 of 1

Base64 decode

Posted: Fri May 23, 2008 7:22 am
by max101
Hi All,
This is my 1st post here so i thought i'd jump straight in,

Im having trouble decoding data from a database it goes throught a series of files to set data to xml then encodes it, the final php file decodes and displays the data but it still displaying as encrypted.

please help

Re: Base64 decode

Posted: Fri May 23, 2008 12:33 pm
by RobertGonzalez
What encryption method are you using?

Re: Base64 decode

Posted: Fri May 23, 2008 12:58 pm
by max101
it 1st converts xml 2 array then calls the below code
$this->text .= "<$key>".base64_encode($value)."<$key>";

thanks for quick reply

Re: Base64 decode

Posted: Fri May 23, 2008 1:20 pm
by RobertGonzalez
Show some code please.