Hi guys,,, got a php script here i need a hand with
I want to hide my email from spammers, but dont know how to do it.. can you anyone help >>>
// get posted data into local variables
$EmailFrom = Trim(stripslashes($_POST['EmailFrom']));
$EmailTo = "[email protected]";
I want to hide my email from spammers, but dont know how to do it.. can you anyone help >>>
// get posted data into local variables
$EmailFrom = Trim(stripslashes($_POST['EmailFrom']));
$EmailTo = "[email protected]";
Last edited:





