Sample blog entries


<?php
$postarray = array(
array(
"Elena",
"Welcome to 1101 blog!",
"2006-01-16 15:58:56",
"Greetings from your 1101 instructor! We will use this blog to discuss topics
related to the class material. Please post questions, answers, and suggestions 
in this blog.<br/>

As a course project you will create a blog similar to this one using XHTML, 
CSS, PHP, and MySQL database. I am looking forward to this interesting and fun 
semester!",
"0",),
array(
"Elena",
"About",
"2006-01-16 15:42:38",
"This is an example of a WordPress page, you could edit this to put 
information about yourself or your site so readers know where you are coming 
from. You can create as many pages like this one or sub-pages as you like and 
manage all of your content inside of WordPress.",
"0",),
array(
"Elena",
"well-designed web pages",
"2006-02-08 17:29:07",
"What web pages do you consider to be well-designed? Give two examples of 
well-designed pages and briefly explain why you like them. You can use HTML 
format for adding a link to your post or click on the HTML button on the menu 
of the text editor window that you are writing your comment in.",
"11",),
array(
"Michael",
"Web Sites I Like",
"2006-02-14 21:23:13",
"Here are a couple of web pages that I like and are well designed:
<ol>
<li><a title=\"Google\" href=\"http://www.google.com\">Google</a></li>
<li><a title=\"howstuffworks.com\" href=\"http://www.howstuffworks.com/\">
Howstuffworks.com</a></li>
</ol>
Everyone is familar with googles layout; clean, elegant, and easy to use. 
I really like their site, and use it dozens of times a day. The second site is 
another one of my favorites which also has a decent layout. It's straight 
forward to navigate and the pages are easy to browse very quickly for 
information, the ads do get a bit annoying though.",
"1",));
?>