From: "Cesar Cordovez" <[EMAIL PROTECTED]>

> Is it just me or addslahes truncates the result to 65535 chars?  Any 
> comments? Or can it be that a blob field in a MySQL database is just 
> 65535 chars, I don't think so...

Think again...

      BLOB, TEXT  L+2 bytes, where L < 2^16  
      MEDIUMBLOB, MEDIUMTEXT  L+3 bytes, where L < 2^24  
      LONGBLOB, LONGTEXT  L+4 bytes, where L < 2^32  


---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to