. require_once("../inc/db.inc"); require_once("../inc/util.inc"); require_once("../inc/countries.inc"); db_init(); $user = get_logged_in_user(); check_tokens($user->authenticator); page_head("Edit account information"); echo "
"; echo form_tokens($user->authenticator); start_table(); row2("Name
real name or nickname", "" ); row2("URL
of your web page; optional", "http://" ); row2_init("Country", "\n"; row2("Postal (ZIP) code
Optional", "" ); row2("", ""); end_table(); echo "
\n"; page_tail(); ?>