Mousa Masri wrote:
Dear
I have problem with writing large data (large text) in the database or any file .
If we try to do, the field in the DB or the file will be empty . (We lose the data) .
I mean by large data more them 60 Kbyte .
But if we try to write small text (less then 60K) , the text will be added normally in the DB or in the files .
Knowing that all settings are good :
max_allowed_packet=10M
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
And the DB accept large text normally .
Do you have any Idea how we can solve this problem ?
Or is there any setting i must change it ?
What type of db is it (mysql, pgsql, firebird) ?
What type of field (text, varchar, char, blob) is the one you're trying
to write to?
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php