Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

echo "hello worl"; for (i:0;i<6;i++){ echo "ali"; }..

Decoded Output download

<?  echo "hello worl"; 
for (i:0;i<6;i++){ 
echo "ali"; 
} ?>

Did this file decode correctly?

Original Code

echo "hello worl";
for (i:0;i<6;i++){
echo "ali";
}

Function Calls

None

Variables

None

Stats

MD5 8177ab53d78e5c7f29922d34a4c693e7
Eval Count 0
Decode Time 129 ms