Forum Moderators: coopster

Message Too Old, No Replies

Output cache

         

madk

9:19 pm on Dec 19, 2007 (gmt 0)

10+ Year Member



I'm looking to cache the main content area of my site to file. I found a few examples of caching entire pages but I just need to cache the content as the user controls and a few other areas are dynamic.

Cache does not need to expire, just check for existence. Does anyone have any examples you can point to for a simple caching of one db query system?

omoutop

8:07 am on Dec 20, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



you can find what you are looking for in ob_flush() [gr2.php.net] and flush() [gr2.php.net]