Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Digital Lifestyle
Web Design and Hosting
hide email from spanners
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="muso" data-source="post: 35584" data-attributes="member: 40"><p>That will filter out most spam robots. There are a couple more ways, one is just make an href link to a php script, inside of which you just set a header as a mailto location, eg</p><p><?php</p><p> header( "Location: mailto:name@address.com" );</p><p>?></p><p></p><p>That completely hides the address from robots since it is almost impossible to view the source code. But even this is not foolproof, since your address could still be manually added to a database. So the only real way to stop robots is to use a html form - simple but effective.</p></blockquote><p></p>
[QUOTE="muso, post: 35584, member: 40"] That will filter out most spam robots. There are a couple more ways, one is just make an href link to a php script, inside of which you just set a header as a mailto location, eg <?php header( "Location: mailto:name@address.com" ); ?> That completely hides the address from robots since it is almost impossible to view the source code. But even this is not foolproof, since your address could still be manually added to a database. So the only real way to stop robots is to use a html form - simple but effective. [/QUOTE]
Verification
How many occurrences of a n-u-m-b-e-r between "d" and "f" in this example...(sdgs6ngklu3gd#f9%)?
Post reply
Forums
Digital Lifestyle
Web Design and Hosting
hide email from spanners
Top