views:

44

answers:

1

I am going to save a HTML code base page as my data in mysql.... can i do it or I have to save it as a html file and get it again?

+2  A: 

Yes, you can save a HTML file in a database. Try a MEDIUMBLOB or LONGBLOB type column.

palswim