Thread: HTML storage
View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 07:55 AM
MidiBot@gmail.com
 
Posts: n/a
Default HTML storage

Hello,

I am writing a web application and trying to decide how to best
store/reference HTML:

Do I store just store filenames/paths in mySQL, and just use them as
references?

Or, should/can I store all of the HTML text as single string variables
within individual mySQL fields?

Any advice on this is greatly appreciated, and feel free to discuss the
respective pros/cons.

Thank you very much in advance.

-S

Reply With Quote