I\'m looking for a way to handle HTML content within prepared statements.
My application provides a basic WYSIWYG Editor and after the user is saving the content my
have you tried to store the data encoded?
http://php.net/base64_encode
or http://php.net/serialize
should work if used before / after the db is used