<?php
$post_data = array(array(
"display_name" => "admin",
"post_title" => "Welcome to CSci 1101!",
"post_date" => "2009-01-21 15:22:15",
"post_content" => "All students registered for the class have an account on this blog. The account names and passwords will be given in class. Important: when you use the blog the first time, please change your password by editing your profile.\r\n\r\nFeel free to edit other profile information as well. If you have any problems with using the blog, please let me (Elena) know by e-mail.",
"comment_count" => 0
),
array(
"display_name" => "Elena",
"post_title" => "Introduction post",
"post_date" => "2009-01-21 23:20:07",
"post_content" => "Write something about yourself in this post.",
"comment_count" => 2
),
array(
"display_name" => "Mike",
"post_title" => "Mike's post",
"post_date" => "2009-01-22 22:18:25",
"post_content" => "Hi, I am Mike and this is my introduction post",
"comment_count" => 0
),
array(
"display_name" => "Sara",
"post_title" => "About Sara",
"post_date" => "2009-01-22 21:54:04",
"post_content" => "Hi, I am Sara.",
"comment_count" => 0
))
?>