Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<html> <head> <title>Home Page</title> <link href="css/bootstrap.min.css" rel="styles..
Decoded Output download
<html>
<head>
<title>Home Page</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<?php
include "index2.php";
?>
<div id="heading">
<h1>Contact Us</h1>
</div>
<div class="row">
<div class="col-lg-12">
<p id="contactP">
Email Address: [email protected]
</p>
<p id="contactP">
Phone Number:
</p>
<p id="contactP">
Address: LA
</p>
</div>
</div>
</body>
</html>
</html>
Did this file decode correctly?
Original Code
<html>
<head>
<title>Home Page</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<?php
include "index2.php";
?>
<div id="heading">
<h1>Contact Us</h1>
</div>
<div class="row">
<div class="col-lg-12">
<p id="contactP">
Email Address: [email protected]
</p>
<p id="contactP">
Phone Number:
</p>
<p id="contactP">
Address: LA
</p>
</div>
</div>
</body>
</html>
</html>
Function Calls
None |
Stats
MD5 | 595596caaeb5d214e5bd33227c9fcbd5 |
Eval Count | 0 |
Decode Time | 33 ms |