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
Base64 decode
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Base64 decode
What encryption method are you using?
Re: Base64 decode
it 1st converts xml 2 array then calls the below code
$this->text .= "<$key>".base64_encode($value)."<$key>";
thanks for quick reply
$this->text .= "<$key>".base64_encode($value)."<$key>";
thanks for quick reply
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Base64 decode
Show some code please.