Thread: base64 decode
View Single Post
  #1 (permalink)  
Old 07-07-09, 08:54 PM
seachen seachen is offline
Newbie Coder
 
Join Date: Jun 2007
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
base64 decode

Hi,

May I know anyone got the idea of base64 decode?

Quote:
<?php eval(base64_decode('JGRvY3VtZW50ID0mIEpGYWN0b3J5Oj pnZXREb2N1bWVudCgpOw0KJGRvY3VtZW50LT5hZGRDdXN0b21U YWcoJGhlYWRlcl9jb2RlKTsNCmVjaG8gJE15Rm9ybS0+YWRkaG FzaCgpOw==')); ?>
Here is the code which i found in php, if i would like to change it to other content how to do?
Reply With Quote