connect_errno > 0){ die ('Unable to connect to database [' . $db->connect_errno . ']'); } $sql = "SELECT playerid, charname FROM `playername` WHERE `userid` = '1' ORDER BY `charname` ASC"; //need to make userid a variable if (!$result = $con->query($sql)){ die ('There was an error running the query [' . $con->error . ']'); } # experimental stuff if (empty($whattoon)){ echo 'Options for what to do after character selection goes here
'; } else { echo '
'; echo '
'; } ?>