I know mySQL has no issue to store html tags as it is. I want to know how can I store just by escaping commas, and quotes and put HTML as it is in PHP?
To give further idea, I fetched a SQL backup and now transferring in other db by using a PHP script. The data I have in tables have HTML in original format.