PDA

View Full Version : [MYSQL] Advisable to store an entire html page...



jw06
January 31st, 2005, 12:13 PM
Can you.. or is it advisable to store an entire html page in a mysql table for static page generation. Include everything from <html> to </html>.

λ
January 31st, 2005, 12:40 PM
You can, but that's kind of pointless..

binime
February 2nd, 2005, 02:11 AM
just make sure your field type is TEXT as it will be holding lots of data!