View Single Post
  #2 (permalink)  
Old 05-18-08, 11:48 PM
phpdoctor's Avatar
phpdoctor phpdoctor is offline
Code Guru
 
Join Date: Feb 2007
Location: New Zealand
Posts: 767
Thanks: 4
Thanked 2 Times in 2 Posts
mmm im not getting anything wrong with it:
PHP Code:

$string 'test<br>test<br>test<br>test<br>test<br>test<br>' ;

$encode base64_encode($string) ;     echo $encode.'<br>' ;
echo 
base64_decode($encode) ; 
Try encode some different test

Lex
__________________
01010000 01001000 01010000
Reply With Quote