PHP Classes

File: example.php

Recommend this page to a friend!
  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: 19 years ago
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();
?>