소스 검색

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 . ']');
}


불러오는 중...
취소
저장