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, $email, $phone, $institution, $author, $co_authors, $title) = array_fill(0, 7, false); list($name_error, $email_error, $phone_error, $institution_error, $author_error, $co_authors_error, $title_error, $sec_string_error) = array_fill(0, 8, false); break; case "error": list($name, $email, $phone, $institution, $author, $co_authors, $title) = array_values($_SESSION['form_data']); list($name_error, $email_error, $phone_error, $institution_error, $author_error, $co_author_error, $title_error, $sec_string_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 { ?>By submitting a letter of intent below, you will indicate to the organizing committee that you will submit a full abstract as soon as possible. Required fields in the form below are marked with an asterisk (*).
} ?> require_once("$FILE_ROOT/includes/layout/footer.php"); ?>