![]() |
|
|
+ Search |
![]()
|
Feb 20th, 2008 22:46
dman, Rada Eulen, helmut ott, Ben Udall, http://www.ttnr.org
$output = "my output";
if($file=fopen($myfile, "w")) { //open file for writing
fwrite($file, $output); //write to file
}
print $output; //display in the browser