'; } echo '

Change e-mail or password

'; // select which GW account you want to default to # needed code: select accid from table gwaccounts, store it in prefacc in table userinfo echo '
'; echo '
Preferred GW account

'; // select which character from your GW account you want to default to # needed code: select charrid from table gwchars selected by accid // update e-mail address form echo '
'; echo ''; echo ''; echo '
Update e-mail address


'; // update password form echo <<
Old Password
New password
Verify password
UPDPASS; include_once ('footer.php'); ?>