Lambneck Posted September 25, 2008 Share Posted September 25, 2008 I was wondering if including an email address would be safe from spammer's e-mail harvesting robots... email.php: <?php echo "myEmail@website.com"; ?> safe.php: <?php include 'email.php'; ?> Quote Link to comment Share on other sites More sharing options...
Zane Posted September 25, 2008 Share Posted September 25, 2008 include a file with an echo in it is just going to do the same thing as if you echo'ed it in the first place....so....no if you want to avoid being robot spammed or email jacked... put your email into some sort of standard like myawesomeusername AT acoolserver DOT com Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.