View Single Post
ישן 29-11-08, 23:07   # 3
Shon12
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2007
הודעות: 354

Shon12 לא מחובר  

ניצן - תודה רבה לך, הצלחתי.
וכמובן תודה רבה לכל אלה שניסו לעזור.

הקוד:
PHP קוד:
<?php
$string 
"#iu3498r";
$new;
$out;

        if (
base64_encode($new) == $string)
        {
        
$out "BASE64";
        }
        else {
        
$out "Not a BASE64";
        }


    if (!
base64_decode($string))
    {
    
$out "can't decode";
    }

    else {
    
$new base64_decode($string);
    }

echo 
$out;
?>
__________________
Projector Lamps
  Reply With Quote