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 |