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="fr"><head> <meta charset="utf-8"> <title>NSI Jean ..

Decoded Output download

<?  <!DOCTYPE html> 
<html lang="fr"><head> 
    <meta charset="utf-8"> 
    <title>NSI  Jean Moulin</title> 
  </head> 
  <body> 
		 
	<form action="indexPHP.php" method="post"> 
	 <label for="proposition">Proposition :</label><input type="text" name="proposition"> 
	 <input type="submit" value="OK"> 
	</form> 
		<p style="color:red">Perdu !</p>   
 
		 
		 
</body></html> ?>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html lang="fr"><head>
    <meta charset="utf-8">
    <title>NSI  Jean Moulin</title>
  </head>
  <body>
		
	<form action="indexPHP.php" method="post">
	 <label for="proposition">Proposition :</label><input type="text" name="proposition">
	 <input type="submit" value="OK">
	</form>
		<p style="color:red">Perdu !</p>  

		
		
</body></html>

Function Calls

None

Variables

None

Stats

MD5 9040f5d306a2b415f7d1ea1819d937ae
Eval Count 0
Decode Time 38 ms