require_once("../../includes/init.php"); ?> session_start(); ?> require_once("$FILE_ROOT/includes/layout/header.php"); ?> $sec_string = make_random_string(); switch(isset($_GET['code']) ? $_GET['code'] : "enter_data") { case "enter_data": list($name, $institution, $email, $phone, $title) = array_fill(0, 5, false); list($name_error, $institution_error, $email_error, $phone_error, $title_error, $sec_string_error, $file_error) = array_fill(0, 7, false); break; case "error": list($name, $institution, $email, $phone, $title) = array_values($_SESSION['form_data']); list($name_error, $institution_error, $email_error, $phone_error, $title_error, $sec_string_error, $file_error) = array_values($_SESSION['form_errors']); break; } ?>
There was at least one error within the information you entered on the previous screen. That information has been replaced in the fields below and any problems are labeled in red and accompanied by an error message to help you solve the problem. Please note: you must re-enter the new security string on the image below.
} else { ?>Use the form below to submit an abstract for consideration. The abstract must be a PDF file and less than 8 megabytes. Required fields in the form below are marked with an asterisk (*).
} ?> } else { ?>Abstract submission is now closed as of February 15, 2006. If you believe that you have received this message in error, then please contact the web master for assistance. If you intended to upload a final manuscript, please the submission tool for manuscripts. We appologize for any inconvenience this may cause.
} ?> require_once("$FILE_ROOT/includes/layout/footer.php"); ?>