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

Signing you up...

Thank you for signing up!

PHP Decode

<!doctype html> <html lang="ar" dir="rtl"> <head> <?php include "layouts/header_scripts..

Decoded Output download

<!doctype html> 
<html lang="ar" dir="rtl"> 
<head> 
<?php include "layouts/header_scripts.php";?>  
 </head> 
 <body>   
<?php include "layouts/header.php";?> 
<?php include "layouts/main-sidebar.php";?> 
 <div class="container give_page"> 
  <!--        --> 
</div> 
<?php include "layouts/footer_scripts.php";?> 
</body> 
</html> 
  
 

Did this file decode correctly?

Original Code

<!doctype html>
<html lang="ar" dir="rtl">
<head>
<?php include "layouts/header_scripts.php";?> 
 </head>
 <body>  
<?php include "layouts/header.php";?>
<?php include "layouts/main-sidebar.php";?>
 <div class="container give_page">
  <!--        -->
</div>
<?php include "layouts/footer_scripts.php";?>
</body>
</html>
 

Function Calls

None

Variables

None

Stats

MD5 aac6f5a3fd23015dbbc02fd6e165de4f
Eval Count 0
Decode Time 48 ms