Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
include('emp-config.php'); include('includes/billing_class.php'); include('includes/db_c..
Decoded Output download
<? include('emp-config.php');
include('includes/billing_class.php');
include('includes/db_class.php');
$bill_onj= new billing();
$bill_onj->auto_billing();
include('header.php'); ?>
Did this file decode correctly?
Original Code
include('emp-config.php');
include('includes/billing_class.php');
include('includes/db_class.php');
$bill_onj= new billing();
$bill_onj->auto_billing();
include('header.php');
Function Calls
| None |
Stats
| MD5 | c5d73079b1dc410aac68329daab39c05 |
| Eval Count | 0 |
| Decode Time | 69 ms |