Change e-mail or password'; // select which GW account you want to default to echo '
'; echo '
Current preferred account: ' .$_SESSION['prefaccname'] . '

'; // select which character from your GW account you want to default to echo 'the session prefaccid is: ' . $_SESSION['prefaccid'] . '
'; echo 'the session userid is: ' .$_SESSION['userid'] . '
'; echo '
'; echo '
Current preferred character: ' .$_SESSION['prefcharname'] . '

'; # 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'); ?>