<?php function AfterAdd() { //********** Redirect to another page ************ header("Location: ward_list_list.php"); exit(); } ?>