this post was submitted on 13 Dec 2023
0 points (50.0% liked)

PHP

375 readers
1 users here now

<?

namespace lemmy\php;

/*

Welcome to the PHP community on Lemmy

#Rules:

1: Soon(TM)

#Helpful stuff:

PHP Documentation

Composer

PHP Standards

#Common frameworks:

Symfony

Larvel

*/

echo "Welcome";

founded 2 years ago
MODERATORS
 

Even with a strong Captcha system in place, you will still find users trying to manually spam your web site. They tend to be people who discover your site through a very specific search engine query, for which they would like their own site to also rank well, and they hope that by adding a link back to their site from yours this will happen. Using this recipe, you can specify a set of keywords that will trigger spam detection, and then use the level of spam certainty returned by the function to decide whether to ignore a user post. https://www.chat-to.dev/post?id=11 #php #programming

you are viewing a single comment's thread
view the rest of the comments
[–] abhibeckert@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

Sure... But assuming you're running a business, and you want potential future customers to be able to reach you... then you need some sort of contact form, and you'll get spam on that form which is annoying.