update("name='$name', country='$country', postal_code='$postal_code'"); if (!$retval) { error_page("database error"); } Header("Location: team_search.php"); send_cookie('auth', $auth, true); send_cookie('init', "1", true); ?>