Store HTML and Cascading Style Sheet Code In MySQL by matt on August 22, 2006
Q: How do I store html and cascading style sheet code in a MySQL table?
A: You would want to use a text data type. Depending on how much data you are going to need to store you might need to use mediumtext or longtext but look at the Data Type Storage Requirements page in the developer docs to get more information.








Leave your comment