Website utilities (This email address is invisible to spambots) |
Emailcode, PHP version : anti-spam email address encoderencrypting email addresses so that spambots can't harvest them on web pageslast update : december 27th, 2007 |
Certificat IDDN |
|
This is the PHP version of the Emailcode online anti-spam email address encoder.
See also :Online Emailcode version in javascript with a form.Simulate an email address harvester and test your web pages to see if your email addresses are exposed to extractors. FTP & Mail password recovery : recover your lost passwords !
The original JavaScript is here
Usage (quick start) : require 'emailcode.class.php'; $emailcode = new ClassEmailcode(); echo $emailcode->emailgetencode('mymail@myprovider.com'); echo $emailcode->emailgetencode('mymail@myprovider.com','Contactez-moi'); echo $emailcode->emailgetencode('mymail@mydomain.com','<img src="img.jpg" />'); echo $emailcode->htmlgetencode( '<input type="button" onclick="location='mailto:mymail@myprovider.com' />');
Options (usage details in the doc in the php file) :
|