PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Rafael Espinosa   PHP Obfuscate   index.php   Download  
File: index.php
Role: Auxiliary data
Content type: text/plain
Description: Example form
Class: PHP Obfuscate
Obfuscate PHP encrypting the source code
Author: By
Last change:
Date: 8 years ago
Size: 653 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML> <html> <head> <title>Online PHP Code Obfuscator</title> <meta http-equiv="Content-Type" content="text/html; charset=utf8"/> <meta name="Keywords" content="php,obfuscator,obsfuscate" /> <meta http-equiv="Content-Language" content="en"/> <meta name="distribution" content="global"/> <meta name="Description" content="Online PHP Code Obfuscator" /> <meta name="Robots" content="all"/> </head> <body> <h2>PHP Online Code Obfuscator</h2> <form method="POST" action="obfuscator.php"> <textarea name="clean_code" cols="50" rows="30"></textarea> <input type="submit" value="Obfuscate"/> </form> </body> </html>