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 session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN..

Decoded Output download

<?php 
session_start(); 
?> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<link rel="shortcut icon" href="ping.jpg"> 
<style> 
.btn 
{ 
	width:80px; 
	text-align:center; 
	font-family:calibri; 
	font-size:20px; 
	background-color:#FFFFFF; 
	text-decoration:none; 
	border:4px solid #333; 
	padding-left:70px; 
	padding-right:70px; 
	padding-top:7px; 
	padding-bottom:7px; 
	border-radius:8px;  
	box-shadow: 6px 6px 5px #333333; 
	color:#333;

Did this file decode correctly?

Original Code

<?php
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="shortcut icon" href="ping.jpg">
<style>
.btn
{
	width:80px;
	text-align:center;
	font-family:calibri;
	font-size:20px;
	background-color:#FFFFFF;
	text-decoration:none;
	border:4px solid #333;
	padding-left:70px;
	padding-right:70px;
	padding-top:7px;
	padding-bottom:7px;
	border-radius:8px; 
	box-shadow: 6px 6px 5px #333333;
	color:#333;

Function Calls

session_start 1

Variables

None

Stats

MD5 fa6f1339b24d71de5bc52fe6c8d70fd8
Eval Count 0
Decode Time 62 ms