'; echo '
| titlenameid | titlename | titletype | titlemaxrank | autofilled | gwamm |
|---|---|---|---|---|---|
| ';
echo 'Account '; echo 'Character | '; echo ' |
| The current GWAMM title is: '; // $ggt = Get GWAMM Title $ggt = $con->prepare("SELECT titlename FROM gwtitles WHERE gwamm = '1'"); $ggt->execute(); $ggt->bind_result($gwamm); $ggt->fetch(); $ggt->close(); echo $gwamm . ' |
| Delete title? |
|---|