This is a discussion on I need help to block spam messages within the PHP Language forums, part of the PHP Programming Forums category; Help me please in blocking spammer from sending me daily about 30 email from my website php mail() form its ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Help me please in blocking spammer from sending me daily about 30
email from my website php mail() form its link is http://beachtoursegypt.com/booking-form.htm I don't know how to protect it from the spammers use I tried to take a look at the CAPTCHA but I was lost, any ideas on how to fix this issue will be really appreciated. shror |
|
|||
|
Hi,
Give this captcha a try: http://www.white-hat-web-design.co.u...hp-captcha.php Regards, John Peters On Nov 1, 3:08 am, shror <shahi...@gmail.com> wrote: > Help me please in blocking spammer from sending me daily about 30 > email from my website php mail() form its link ishttp://beachtoursegypt.com/booking-form.htm > I don't know how to protect it from the spammers use I tried to take a > look at the CAPTCHA but I was lost, any ideas on how to fix this issue > will be really appreciated. > > shror |
|
|||
|
On 1 Nov, 08:18, petersprc <peters...@gmail.com> wrote:
> Hi, > > Give this captcha a try: > > http://www.white-hat-web-design.co.u...hp-captcha.php > > > On Nov 1, 3:08 am, shror <shahi...@gmail.com> wrote: > > > Help me please in blocking spammer from sending me daily about 30 > > email from my website php mail() form You can't add security to a system: it's got to be part of the system (by all means use a captcha, but make sure you know how to authenticate it in your own code). Read this: http://www.securephpwiki.com/index.php/Email_Injection C. |