News & Events
Find out about all the latest events, builds and legislation by revisiting our news and events page.
// Start the page numbering process..
$SQL = "select * from events order by start desc limit 10";
$result = mysql_query($SQL) or die(mysql_error());
if(mysql_num_rows($result)>0)
{
while ($myrow = mysql_fetch_array($result))
{
echo '
';
echo '
';
echo '
)
{
echo $image;
}
else
{
echo 'images/NoImage150x154.jpg';
}
//
echo ')
';
echo '
';
echo '
';
echo '
' . $myrow['title'] . '
';
echo '
' . date("jS F Y", strtotime($myrow['start'])) . '
';
echo '
' . pre_formated($myrow['description']) . '
';
echo '
';
echo '
';
echo '
';
}
}
?>