spam

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ashik pasha
Forum Newbie
Posts: 9
Joined: Mon Dec 01, 2008 9:55 pm

spam

Post by ashik pasha »

Any one can say me how can i block spam mail in php

Waiting for your kind replay .....

Thanks in advance
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: spam

Post by jaoudestudios »

There are a few ways to aid this process. Are you trying to prevent spam on an email address or on a online contact form?
ashik pasha
Forum Newbie
Posts: 9
Joined: Mon Dec 01, 2008 9:55 pm

Re: spam

Post by ashik pasha »

When i submit contact forms in sites. I need to get a better solution for this
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: spam

Post by jaoudestudios »

There are many solutions out there. All you need to do is google it :)

In a nutshell, you could ping the inbox to check for a valid email account, use a spam image where the user has to enter the spam code.
Post Reply