I’ve been told the only way to prevent spam scripts from taking email addresses from PHP forms i create is to make one of those randomly generated images with numbers and letters for users to enter before sending the email.
Is there another way to block the scripts from getting to the email address in PHP forms?
Thanks.