I've created a form with phpFormGenerator to send email as a way to protect the email address from robots capturing it for spam purposes. But since the email the form info is sent to is sitting there unencoded in the processor.php file, have I actually succeeded in protecting the email address?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've created a form with phpFormGenerator to send email as a way to protect the email address from robots capturing it for spam purposes. But since the email the form info is sent to is sitting there unencoded in the processor.php file, have I actually succeeded in protecting the email address?