Closed Chewits closed 13 years ago
if user puts "something" in, this is removed completely and large chunks of text are removed. very odd. when htmlon is used, it is fine, therefore it lies somewhere in the PHP functions htmlspecialcars, strip_tags.
Fixed. Needed to add the flag ENT_NOQUOTES
if user puts "something" in, this is removed completely and large chunks of text are removed. very odd. when htmlon is used, it is fine, therefore it lies somewhere in the PHP functions htmlspecialcars, strip_tags.