Forum Moderators: coopster
On a webpage i want to provide users with a textarea where they can type something to make their voice heard. Later on another page, i provide a link called blog from which you can be redirected to another page listing all the messages that have been sent by web users. What i am afraid of is the fact someone types in evil messages. How can I delete that evil message before it is displayed on the web page? People who see what i am talking about can tell me how the procedure is organized.
Thank you for your help
You can also search webmasterworld for "sanitize" which leads to a number of threads, which might provide some knowledge regarding this task.
then you do an admin section which displays all the posts with a tick. if the post is okay, then remove the tick.
when you display the posts on your page, all you have to do is show the ones without a tick. that way nothing can get displayed without you checking it.