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 if ($_POST) { // POST $name = htmlspecialchars($_POST["name"]); // ..

Decoded Output download

<?php 
 
if ($_POST) { //    POST 
 
	$name = htmlspecialchars($_POST["name"]); //        ?>

Did this file decode correctly?

Original Code

<?php

if ($_POST) { //    POST

	$name = htmlspecialchars($_POST["name"]); //       

Function Calls

None

Variables

None

Stats

MD5 6b23cdb5488eb8246beae48e6d6e6b6d
Eval Count 0
Decode Time 132 ms