sure this is not complicated, this is easy :)
HTML in here, anything you put here, will
goto the file too.
Download
";
$file = fopen("$DOCUMENT_ROOT$filename", 'w+');
fwrite($file, ob_get_contents());
?>
is this what you mean ? please get back to me.
--
Chris Lee
[EMAIL PROTECTED]
Hello:
Lookin for a little advice here.
I have a series of scripts that dynamically create web pages. The last page
in the series I wish to be able to write out to a file.
Is there a simple/quick way in which I can take the process(ing) script and
write it to a file at the same time that it is d
2 matches
Mail list logo