inserting html into psql hell

wxdqz

New Member
Basically i got a web-based rich-text editor going on, and users type up their documents and format them, most inserts work, but a lot do not.

Says unterminated quote, but i overlooked and theres nothing unterminated, addslashes is in effect also i've gone as far as to strip_tags() but that is not any good because it just removes the very formating the user wants in there.

What could cause this? theres no single quotes screwing it up, there must be some function i can run a variable through to format a huge collection of html data so i can actually insert it into postgresql

please help, been ripping my hair out for days now, need to keep everything in tact.
 
Back
Top