Jump to content

problem with base64


yolop

Recommended Posts

i do that

<?php

echo base64_encode('echo "ffff";')

?>

 

and the result was

ZWNobyAiZmZmZiI7

 

so

i wantee to print in PHP with ba64 so i tried to do that

 

<?php

eval(" echo base64_decode('ZWNobyAiZmZmZiI7');");

?>

 

but it's print

echo "ffff";

 

i want to use with  base64_decode and the code will print "ffff" how please??

 

thank

Link to comment
https://forums.phpfreaks.com/topic/127372-problem-with-base64/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.