update( "name='$name', url='$url', country='$country', postal_code='$postal_code'" ); if ($result) { Header("Location: home.php"); } else { error_page("Couldn't update user info."); } ?>