Sign Up Form Spam

2 posts by 2 authors in: Forums > CMS Builder
Last Post: June 6, 2018   (RSS)

By leo - June 6, 2018

Hi Dan,

It's probably the space character that's not been detected. I recommend using trim() for the user inputs to get rid of the spaces for error checking. Here is an example:

if(!trim(@$_REQUEST['email'])) { ... }

Let me know if you have any questions!

Thanks,

Leo - PHP Programmer (in training)
interactivetools.com