/ Published in: PHP
A simple PHP function to obfuscate an email address.
Usage:
Usage:
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php /* A simple PHP function to obfuscate an email address. By: AJ Batac URL: http://allanjosephbatac.com Usage: <?= show_email("[email protected]"); ?> <?php show_email("[email protected]"); ?> */ function show_email($email) { $finished=''; for($i=0;$i<$count;$i++) { if($n) { } else { } } return $finished; } ?>
URL: http://allanjosephbatac.com