PHP Classes

File: TestFile

Recommend this page to a friend!
  Classes of Er. Rochak Chauhan   Encode And Optimize PHP   TestFile   Download  
File: TestFile
Role: Auxiliary data
Content type: text/plain
Description: sample test file
Class: Encode And Optimize PHP
Obfuscate and compact PHP source files
Author: By
Last change:
Date: 18 years ago
Size: 297 bytes
 

Contents

Class file image Download
<?php /** * * test comment * * */ $var = "string"; $var2 = "\x59\x65\x73\x20"; echo '<BR> <font color="red" size="4"> END </font>'; echo "Yes You did it ! $var"; print("<HR>I am trying to do ...$var2 "); @fopen('abc.txt','r') or die("Error : blah blah .. "); ?>