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

Signing you up...

Thank you for signing up!

PHP Decode

<?php include "config/config.inc"; include "functions.inc"; echo "This is the index..

Decoded Output download

<?php 
 
include "config/config.inc"; 
include "functions.inc"; 
 
echo "This is the index.php file<br>
"; 
 
hello_world(); 
 
echo "Bye!
"; 
 
 ?>

Did this file decode correctly?

Original Code

<?php

include "config/config.inc";
include "functions.inc";

echo "This is the index.php file<br>\n";

hello_world();

echo "Bye!\n";

Function Calls

None

Variables

None

Stats

MD5 78e770b24dabac93b47301e8f8f04278
Eval Count 0
Decode Time 95 ms