I have been doing research, and according to what I have found, the field format TEXT supposedly supports unlimited storage. I have a web application, which I am trying to write a save function for. The save function gets all of the dynamic parts of the page, and inputs them into a MySQL databse.
I was running into problems on pages that have a lot of generated content (mainly due to generated drop down menus with options). The end...