elements and remove the newlines $post = str_replace("\n", "", nl2br($_POST['new_post'])); // Append the timestamp and the post content to the data $data .= "$timestamp: $post\n"; file_put_contents($filename, $data); } // Set the CSS styles inline on the body element echo "
"; // Display the blog posts in a list echo "