How large can a MySQL Query string be?
ie.
$query .= "INSERT into ".$table."( VALUES ".$values.")";
Is there an issue if $query is 32K?
Thanks
Greg
What is the maximum size of a MySQL query string
Moderator: General Moderators