Quote:
Today at 09:39 PM filburt1 said this in Post #3
The example itself should work, though, because $DB_site is just an object that never stores a result handle (at least not permanently).
|
One of the variables in $DB_site is $link_id and that can't be serialized.

$query_id can't be serialized either.
In order to run $DB_site->query(), $link_id has to be a valid MySQL connection resource.