<?php $fp = fopen($file, "w"); if ($fp) { stream_set_write_buffer($fp, 0); fwrite($fp, $output); fclose($fp); }?>