PDA

View Full Version : bogus entries in comments section


bddotnet
9-10-06, 04:14 PM
This page is getting bogus comments entered. How can I stop it?

www.mooreraiders.com/?pg=comments

IanS
9-11-06, 03:00 AM
Can you explain what you mean by "bogus comments"?

YvetteKuhns
9-11-06, 02:34 PM
You can use Javascript to validate form input before the data is submitted. You can disallow specific words from being accepted as input. It is difficult to prevent bogus or unwanted submissions.

HalfaBee
9-12-06, 06:00 AM
You should also strip out any html links to other sites in comments before accepting them.
I wouldn't allow them to change the post date either.