PDA

View Full Version : protect email address from spammers



sponge.nika
27 Oct 2010, 12:27 AM
Hi. Suppose I have an email test@test.com.
I encode the email to hex coding by php,

In coding it looks like this.

<a href="mailto:&#x74;&#x65;&#x73;&#x74;&#x40;&#x74;&#x65;&#x73;&#x74;&#x2e;&#x63;&#x6f;&#x6d;">test[at]test.com</a>

I need to know is this correct to protect my emails from spammers.
Or I need to encode "test[at]test.com" too?