Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Arsalan Emamjomehkashan  >  Base64 PHP File Encoder  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: this is a simple php file that we are going to use
Class: Base64 PHP File Encoder
Obfuscate PHP scripts encoding with base64
Author: By
Last change:
Date: 2008-07-02 02:21
Size: 111 bytes
 

Contents

Class file image Download
<?php
echo "this is a simple php script";
echo 
1+2;
echo 
213;
echo 
2*4;
echo 
"123"."456";
echo 
'123';
?>