Login   Register  
PHP Classes
elePHPant
Icontem

File: TestFile

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-06-27 22:28
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 .. ");


?>