Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~58 People Reached
About Me

Web Designer

Favorite Forums
Favorite Tags
php x 1
Member Avatar for Tig

Hello I have a PHP website form that gets filled out with spam - mostly URLs. To try and stop this I have inserted the following code into my form: [code=php]$SpamErrorMessage = "No website URLs permitted"; if (preg_match("/http/i", "$telephone")) {echo "$SpamErrorMessage"; exit();} if (preg_match("/http/i", "$website")) {echo "$SpamErrorMessage"; exit();} if (preg_match("/http/i", …

0
58