Thank for your submission to our online database!

Return Home"; $host="localhost"; $user="nealc"; $password="Removeme"; $database="wckn_nealc"; $linkID = mysql_connect($host, $user, $password) or die(mysql_error()); $db = mysql_select_db($database, $linkID); $query = "insert into communityCalendar (nameOfEvent, description, date, time, location, contactName, contactPhone, contactEmail) values ('$_POST[eventName]', '$_POST[eventDesc]', '$_POST[eventDate]', '$_POST[eventTime]', '$_POST[eventLocation]', '$_POST[eventContactName]', '$_POST[eventPhone]', '$_POST[eventEmail]')"; $result = mysql_query($query) or die(mysql_error()); include("../resources/footer.html"); ?>