PHP - Zakodovani emailu proti robotum
Tyto funkce zakoduji email na www strankach pro roboty. Ve zdrojaky proste email nikde nenajdete ;)
function cryptEmail( $email ) {
$new_email = '';
for($i=0; $i
$new_email .= chr((ord($email[$i])+4));
}
return $new_email;
}
?>
$author_email_crypt = cryptEmail("madmat@madmat.info");
?>
Autor:
« Zpět na seznam