do you need captcha validation in newsletter subscription?

Posted by user354051 on Stack Overflow See other posts from Stack Overflow or by user354051
Published on 2010-06-06T17:56:04Z Indexed on 2010/06/06 18:02 UTC
Read the original article Hit count: 192

Filed under:
|
|

I am using a custom captcha php script along with news letter scripts to let users subscribe using an email id. The method of registration is based on jQuery.post command.

My question is that am I really safe If I remove the captcha validation from my subscription script. The subscription is simple. For example

mydomain/[email protected]

The subscribe.php is called along with email as parameter using jQuery.post command. I am new to web programming stuff and don't have much idea about spammers in conjunction with above scenario. Any advise would greatly be appreciated.

Thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery