0, 'location'=>'c_tours_edit.php')); exit(); case 'del': /* Delete tour */ $tid = (int)$_POST['id']; if($tid > 0) { $mysqli->real_query("DELETE FROM tours WHERE id='$tid'"); form_ajax_response(0); exit(); } form_ajax_response(1); exit(); case 'add': $tid = tour_create($mysqli); /* Print the id so the caller can jump to the edit page with the right id */ print("$tid"); exit(); case 'order': $ord = 0; foreach($_POST['ids'] as $tid) { $ord++; $tid = (int)$tid; if($tid == 0) continue; $mysqli->query("UPDATE tours SET num='$ord' WHERE id='$tid'"); } form_ajax_response(0); exit(); break; } if(array_key_exists('edit', $_GET)) { $page = 'edit'; } else { $page = ''; } switch($page) { case 'edit': $tid = (int)$_GET['edit']; $page_id = 'c_tours_edit'; $help = '

'; sfiab_page_begin($u, "Edit Tour", $page_id, $help); ?>

Edit Tour:

Cancel '; sfiab_page_begin($u, "Edit Tours", $page_id, $help); ?>
$t) { ?>
Tour / Description Capacity Grades Contact / Location
-
- -
New Tour