<?php
$comment_data = array(array(
"comment_author" => "Someone",
"comment_date" => "2009-02-13 22:42:55",
"comment_content" => "This is my reply"
),
array(
"comment_author" => "Someone else",
"comment_date" => "2009-02-14 10:47:34",
"comment_content" => "And this is another reply" 
))
?>