Re: [PHP] Problem with MySQL String limits?

2001-06-20 Thread David Robley
On Fri, 22 Jun 2001 19:52, Null wrote: In a script I have an update query adding on to a LONGTEXT field in my database. Strangely it will no longer work after seemingly random string lengths. So far, one row stopped adding at 440 bytes and another at 1049 bytes. mysql_query(UPDATE dod_news

[PHP] Problem with MySQL String limits?

2001-06-19 Thread Null
In a script I have an update query adding on to a LONGTEXT field in my database. Strangely it will no longer work after seemingly random string lengths. So far, one row stopped adding at 440 bytes and another at 1049 bytes. mysql_query("UPDATE dod_news SET Comments='$comments',