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