Posted by "Jon" on 09/16/05 18:07
$mypath = "C:/phptestdir/";
$file = "phpinfo.htm";
$html_file = fopen("$mypath$file", "w");
fwrite ($html_file, printf(phpinfo()));
fclose ($html_file);
How would I accomplish this?
All I get is the "1" that phpinfo succeeded. I want to write the results of
phpinfo to a file. I am sure it is something that I have simply missed but
I am in a bit of a brainfog for some reason.
Thanks All
Navigation:
[Reply to this message]
|