Base64 decode

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
max101
Forum Newbie
Posts: 2
Joined: Fri May 23, 2008 7:12 am

Base64 decode

Post 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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Base64 decode

Post by RobertGonzalez »

What encryption method are you using?
max101
Forum Newbie
Posts: 2
Joined: Fri May 23, 2008 7:12 am

Re: Base64 decode

Post by max101 »

it 1st converts xml 2 array then calls the below code
$this->text .= "<$key>".base64_encode($value)."<$key>";

thanks for quick reply
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Base64 decode

Post by RobertGonzalez »

Show some code please.
Post Reply