I have contact info including email address in MySQL. If I use php to
extract them into online directory, can a spambot harvest the address? or
does the spambot read the raw php code?
I previously used javascript to hide my email addresses but more and more
people are disabling javascripting for security reasons. I need to find a
way to keep my email address from being harvested.
Does encoding the email with Ultimate Mailto (hex and dec code) help?
How can I protect the emails in MySQL when they are displayed on a page?
Thanks
extract them into online directory, can a spambot harvest the address? or
does the spambot read the raw php code?
I previously used javascript to hide my email addresses but more and more
people are disabling javascripting for security reasons. I need to find a
way to keep my email address from being harvested.
Does encoding the email with Ultimate Mailto (hex and dec code) help?
How can I protect the emails in MySQL when they are displayed on a page?
Thanks
Comment