Hi
I am running an update to a database and I keep getting this error:


Could not Insert to CB_MAIN (update)Got a packet bigger than 'max_allowed_pa cket' bytes
And it is from this code:
Code:
$result_upd = mysql_query($sql_upd) or write_error("Could not Insert to CB_MAIN (update)".mysql_error()." \r\n");
The write_error() function writes to a log and on line no....