echo 'hello, world!'; '; // this will go into our file $content = ob_get_flush(); file_put_contents('foo.txt', $content); ?>