Welcome Guest, Not a member yet? Register   Sign In
safe mailto
#1

[eluser]vertmonkee[/eluser]
I've just been looking at the safe_mailto function which outputs the address through javascript to hide it from spam bots.

If the user does not have javascript enabled no email address is displayed. So I've put the plain text version of the email after in a noscript tag like so

Code:
Email: &lt;?php echo safe_mailto('[email protected]', '[email protected]'); ?&gt;<noscript>'[email protected]'</noscript>

My question is, by doing this do will spam bots stil pick up on the email address or do they tend to just look for a <a href="mailto"> link?

I know you can never completley protect against spam, just wondering if it worth me bothering with this technique.

Thanks


Messages In This Thread
safe mailto - by El Forum - 06-09-2010, 09:01 AM
safe mailto - by El Forum - 06-09-2010, 09:36 AM
safe mailto - by El Forum - 06-10-2010, 02:53 AM
safe mailto - by El Forum - 06-10-2010, 02:56 AM
safe mailto - by El Forum - 06-10-2010, 02:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB