save a file content
Posted: Fri Aug 29, 2003 7:37 am
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?
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?