hmm.... is this a mysql 5 feature. could be interesting but haven't heard much about it.

-j
On Jan 25, 2006, at 5:24 PM, Curt Zirzow wrote:

On Wed, Jan 25, 2006 at 03:39:38PM -0800, jonathan wrote:
is there a way to write a mysqli result set to disk via
file_put_contents or fwrite. it looks like we'd have to convert it to
an array and then handle the array upon bringing it back in. I'm
interested in writing a simple caching mechanism where sql results
would be cached.

Mysql can do all this for you.. see:

  http://mysql.com/sql_cache

Curt.
--
cat .signature: No such file or directory

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to