From 3591832471f57293611d6c1c2e46cda7d465f5f2 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 25 May 2017 13:42:30 -1000 Subject: [PATCH] wrong select name, post data was blank --- gw-create.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gw-create.php b/gw-create.php index 9384218..6985045 100644 --- a/gw-create.php +++ b/gw-create.php @@ -23,12 +23,11 @@ if ($createnew === "1"){ echo '
'; echo 'Character name:
'; echo 'Birthdate:
'; - echo ''; $sqlprofession = "SELECT * FROM (SELECT * FROM listruneprofessions ORDER BY runeprofid DESC LIMIT 10) sub ORDER BY runeprofid ASC"; if (!$result = $con->query($sqlprofession)){ die ('There was an error running the query [' . $con->error . ']'); } - echo 'Profession: '; echo ''; while ($row = $result->fetch_array()){ $professionid = $row['runeprofid'];