Bin2hex

The email address becomes encoded as:

%63%68%61%72%6c%69%65%40%62%72%69%74%73%74%72%65%61%6d%2e%63%6f%6d

Conact me: Click here to contact me (please don't use this address, all email sent to it will be added to a blacklist)

function hex_encode($str){
   global $encoded;
   $encoded = bin2hex("$str");       
   $encoded = chunk_split($encoded, 2, '%');
   $encoded = '%' . substr($encoded, 0, strlen($encoded) - 1);
   print ("<p><a href=\"mailto:$encoded\">Click here to contact me</a></p>");
   return $encoded;
}

hex_encode($myemail);

Enter your email address here to get the bin2hex email link.

Home | Tips | Contact | Email Obfuscation For Spambots | 00 | 01 | 02 | 03 | 04 | Example PHP Contact Form