ソースを参照

broke sql again

development
mauirixxx 8年前
コミット
31a59499af
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      gw-create.php

+ 1
- 1
gw-create.php ファイルの表示

@@ -38,7 +38,7 @@ if ($createnew === "1"){
echo '<BR /><BR />Return to <A HREF="gw-index.php" CLASS="navlink">home</A>.</CENTER></BODY></HTML>';
exit();
}
$sqlcreate = "INSERT INTO `playername` (charname, birthdate, userid, professionid, profcolor) VALUES ('$cname', '$bdate', $userid, $profid, $profcolor)";
$sqlcreate = "INSERT INTO `playername` (charname, birthdate, userid, professionid, profcolor) VALUES ('$cname', '$bdate', $userid, $profid, '$profcolor')";
if (!$resultcreate = $con->query($sqlcreate)){
die ('There was an error running the query [' . $con->error . ']');
}


読み込み中…
キャンセル
保存