11 Ağustos 2011 Perşembe

How you make a Base 64 Code ?

To take a Base 64 encode, you must be generate a Base 64 encode.

i recommened you this web site " klick ". 

I generate the " phpbasehtml.blogspot.com " name to a base 64 encode.
My Base 64 encode is " cGhwYmFzZWh0bWwuYmxvZ3Nwb3QuY29t ".

<?php
$dizge = 'Here the Base 64 Code';
echo base64_decode($dizge);
?>
Here i paste the Base 64 encode .
<?php
$dizge = 'cGhwYmFzZWh0bWwuYmxvZ3Nwb3QuY29t';
echo base64_decode($dizge);
?>
the result is
<?php
$dizge = 'phpbasehtml.blogspot.com';
echo base64_decode($dizge);
?>
i have you have learned it (:

Hiç yorum yok:

Yorum Gönder