![]() |
|
|
+ Search |
![]()
|
Nov 15th, 2001 22:23
Anthony Boyd, Bill Coker,
When your form input comes in, let's say as variable $comment, just run it through the strip_tags function: $cleantext = strip_tags($comment); Then drop $cleantext into the database, instead of $comment.