name"); echo("

Account stats for $user->name

"); start_table(); show_user_stats($user); end_table(); page_tail(); } else { page_head("Can't find user"); echo "There is no account with that id.\n

"; page_tail(); } ?>