how do I encode my email address so that It won't be picked up by spam bots?![]()
if $_POST is empty, ie first time on page, then
create and show captcha with entry form underneath
else
check contents of $_POST array
if valid code entered then
show contact form
else
refresh the page which generates a new captcha
end if
endif
CAPTCHAs are generally un-user friendly and often have accessibility issues.The next step will be then to add a "capcha" (encoded image) to protect yourself from robots.
That's an accessibility issue as blind visitors won't be able to access the email address.Can't you just have your email address as an image instead of a text link?