News & Events


Events

Welcome to the Events section. Here you will find an outline of up and coming events. We have indicated which of these events you will be able to book directly through us and for the others we have provided you with the contact details or a URL for further information.

Please select 'Month and Year' from the box below, and click search now:

Month:
Year:

Search results


Attached:

".$xfile1[2]."

"; } else { $fileheading1=""; } if ($arr_archivedevents["File2"] !== "") { $xfile2 = explode("/", $arr_archivedevents["File2"]); $fileheading2 = "

".$xfile2[2]."

"; } else { $fileheading2=""; } if ($arr_archivedevents["File3"] !== "") { $xfile3 = explode("/", $arr_archivedevents["File3"]); $fileheading3 = "

".$xfile3[2]."

"; } else { $fileheading3=""; } if ($arr_archivedevents["File4"] !== "") { $xfile4 = explode("/", $arr_archivedevents["File4"]); $fileheading4 = "

".$xfile4[2]."

"; } else { $fileheading4=""; } if ($arr_archivedevents["File5"] !== "") { $xfile5 = explode("/", $arr_archivedevents["File5"]); $fileheading5 = "

".$xfile5[2]."

"; } else { $fileheading5=""; } if ($arr_archivedevents["File6"] !== "") { $xfile6 = explode("/", $arr_archivedevents["File6"]); $fileheading6 = "

".$xfile6[2]."

"; } else { $fileheading6=""; } if ($arr_archivedevents["File7"] !== "") { $xfile7 = explode("/", $arr_archivedevents["File7"]); $fileheading7 = "

".$xfile7[2]."

"; } else { $fileheading7=""; } if ($arr_archivedevents["File8"] !== "") { $xfile8 = explode("/", $arr_archivedevents["File8"]); $fileheading8 = "

".$xfile8[2]."

"; } else { $fileheading8=""; } if ($arr_archivedevents["File9"] !== "") { $xfile9 = explode("/", $arr_archivedevents["File9"]); $fileheading9 = "

".$xfile9[2]."

"; } else { $fileheading9=""; } if ($arr_archivedevents["File10"] !== "") { $xfile10 = explode("/", $arr_archivedevents["File10"]); $fileheading10 = "

".$xfile10[2]."

"; } else { $fileheading10=""; } $eventdate2 = explode("-",$arr_archivedevents["EventStartDate"]); $eventstartdate = date("jS F Y",mktime(0,0,0,$eventdate2["1"],$eventdate2["2"],$eventdate2["0"])); $eventdate2 = explode("-",$arr_archivedevents["EventEndDate"]); $eventenddate = date("jS F Y",mktime(0,0,0,$eventdate2["1"],$eventdate2["2"],$eventdate2["0"])); $printing = "". "

".$arr_archivedevents["EventTitle"]."


". "Start Date - ".$eventstartdate."
". "End Date - ".$eventenddate."
". "Time - ".$arr_archivedevents["EventTime"]."
". "Location - ".$arr_archivedevents["EventLocation"]."
". "Price - ".$arr_archivedevents["EventPrice"]."

". "Description - ".$arr_archivedevents["EventDescription"]."

". "Contact Details - ".$arr_archivedevents["EventContactDetails"]."

". "More Info - ". stripslashes($arr_archivedevents["EventMoreInfo"]).$fileheading1.$fileheading2.$fileheading3.$fileheading4.$fileheading5.$fileheading6.$fileheading7.$fileheading8.$fileheading9.$fileheading10."

"; print $printing; } if (mysql_num_rows($sql_archivedevents) == 0) { print "Sorry, no events were found with those criteria, please try again"; } } ?>