include("include_breadcrumb.php"); ?>
if( $_GET[confirmed] == "yes" ) { ?>
Thank you
echo "Thank you. Your race should be added within 24 hours. You will now be redirected back to the add page.
"; echo ""; } else if($confirm == 1){ ?>Edit a Race: Step 2 of 2
}else if( ($confirm !=1) && ($_POST[confirm_entry] != 1)){ ?>Edit a Race: Step 1 of 2
}else if( ($_POST[edit_race] == 1) && (!$errmsg) && ($_POST[confirm_entry] == 1)){ ?>Thank you
} if(($confirm != 1) && ($_POST[confirm_entry] != 1) && $_GET[confirmed] != "yes"){ ?>To edit a race, simply change the data you wish. If you make a mistake, just hit the reset button. To save the changes as a NEW race (for instance, if you have multiple races in the same location), hit the "SAVE AS A NEW RACE" button. To save changes to the existing race entry, hit the "SAVE CHANGES TO YOUR RACE" button. You will have a chance to review the data before confirming.
} ?> if( $_GET[confirmed] != "yes" && (($_POST[edit_race] != 1) || ($errmsg) || (($confirm != 1) && ($_POST[confirm_entry] != 1))) ){ ?> } else { if($confirm == 1){ $confirm = 0; if($type == 1){ $typename = 'Triathlon'; } if($type == 2){ $typename = 'Duathlon'; } if($type == 3){ $typename = 'Other'; } if($type == 4){ $typename = 'Swim-Run'; } include("include_edit_confirm.php"); } } ?>
include("include_sidebar.php"); ?>