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 Julien PACHET  >  Email Crypt  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example of use of class
Class: Email Crypt
Convert email link to Javascript to avoid harvest
Author: By
Last change:
Date: 2004-10-14 02:17
Size: 129 bytes
 

Contents

Class file image Download
<?
    
require_once("class_emailcrypt.inc.php");
    
$m=new emailcrypt("toto@provider.net","click to email toto");
    echo 
$m->get();
?>