I am using phpAdmin to set up a MySQL table. The field is to store a whole webpage of data.
What datatype or other settings should I have for this field? What about number of characters allowed?
Thanks,
Jon
Read the mysql manual on column types.
You would probably pick a TEXT column.