I'm trying to store in mysql db an html file's content.
what I'm doing is turn the file into array (line by line) and then implode it to a string with a special delimiter.
The field type is text but the file is big nothing happends and the big string does not go in the db.
is there a limit for the field TEXT?
save a file content
Moderator: General Moderators
You could read more here too:
http://www.mysql.com/doc/en/Column_types.html
http://www.mysql.com/doc/en/Column_types.html