PHP-based chat room (2 ). Now we finally have everything we need to write a new file :? Open the php file, and take the file length as 0 bytes open_filefopen(messages.html, w); write the file header information and now we finally have everything we need to write new files:
// Open the file and cut the file length to 0
$ Open_file = fopen ("messages.html", "w ");
// Write the file header information
Fputs ($ open_file, $ header );
// A new row
// (Use stripSlashes, because we do not want all escape characters to appear in the message file)
Fputs ($ open_file, stripslashes ($ new_message ));
// The old row
Fputs ($ open_file, $ old_messages );
// Script
Fputs ($ open_file, $ footer );
// Close the file
Fclose ($ open_file );
?>
From: http://www.9headbird.com/detail.php3? Id = 8970
Why :? Php // open the file and cut the file length to 0 $ open_file = fopen(messages.html, w); // write the file header information...