Andrew Martin schrieb:
Hello,

Apologies for a slightly off topic PHP related post, the php-db
mailing list has not been able to help with this so far.

Is it possible to serialize a MySQL(i) result resource (specifically
using PHP 5)?

no


I am looking to insert query results into the
eAccelerator cache but the resource returned by eA does not appear to
be recognised by mysqli_fetch_assoc.

than you need to fetch the result, and store this result like any other array, but not the resource

--
Sebastian Mendel

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to