Jump to content

[SOLVED] simple message board can not include certain words or characters


ahs10

Recommended Posts

so i have a simple message board that users post to via a php page that contains a textarea.  it is all working lovely, except for a small bug that has been discovered.  when the user includes the word "Update" in the post, it doesn't show up when you view the post.  the same word typed as "update" or "UPDATE" does work, but when the first letter is capatilized.....no go.  also, a semi-colon will not show up either.

 

any ideas on why this is happening?  is there something i can include in the code to exempt the data of the textarea from the code?  in a way, comment out the contents of the textarea?

preg_replace it probley the easiest,

 

i'll suggest doing a search their's few members who have done the same thing and their badword filters and BBcodes are all posted!!,

 

Oh and your need to post some code for "real" help, or we're all just guess until the cows come home :P

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.