Welcome to the Storyhill Web Site.
To view the News Archives, click icon below:
What's New
' . $row['header'] . '
';
}
else {
$hdrtxt="";
}
$showlist .= '
' . $row['cdate'] . '
' . $hdrtxt . '' . $row['message'] . '
';
}
echo $showlist;
mysql_close($con);
?>