Thread
:
PHP Question
View Single Post
12-31-2003, 06:50 AM
pornanza
Confirmed User
Join Date: Jul 2003
Location: East Village
Posts: 238
$file = fopen('index.html', 'w');
fwrite($file, '<html>');
fwrite($file, 'lots of content here');
fwrite($file, '</html>');
fclose($file);
instead of echoing the HTML to user, write the information to a file.
ryan
__________________
Eskimo Hoe
QuickWank
Pornanza!
pornanza
View Public Profile
Visit pornanza's homepage!
Find More Posts by pornanza