Can someone help me determine how to store HTML text in a mySQL database?
Should one store it a as a BLOB?
What functions do I need to use in PHP to retain the tags and all the funky characters so they don't get lost in storing?
How about when retrieving the data?
Thanks!