Page is a not externally linkable
madmatt69 - 1:05 am on Nov 22, 2009 (gmt 0)
if(is_writable($fileCache)) file_put_contents($fileCache, ob_get_flush()); ?> Any ideas? It just doesn't seem to be saving the file.
Can anyone tell me why this code snippet doesn't work? I have it at the end of my document after everything has been processed. I can get it to work using fopen, but thought I'd try to refine it: <?php
$fileCache = "/home/site/www/cache/acache.html";
ob_flush();