소스 검색

could it be the itemname breaking something?

development
mauirixxx 8 년 전
부모
커밋
06196b4037
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      gw-insert.php

+ 1
- 1
gw-insert.php 파일 보기

@@ -11,7 +11,7 @@ if ($droptype == 1){
$req = mysqli_real_escape_string($con, $_POST['requirement']);
$attrib = mysqli_real_escape_string($con, $_POST['attribute'];
$weap = mysqli_real_escape_string($con, $_POST['weapon']);
$itname = mysqli_real_escape_string($con, $_POST['itemname']);
//$itname = mysqli_real_escape_string($con, $_POST['itemname']);
//echo 'SQL code to run: "INSERT INTO `history` (historydate, charnameid, locationid, goldrec, itemreq, itemtype, itemattribute, itemrarity, itemname) VALUES (\'$variable-date-of-treasure\', ' . $toonid . ', ' . $locid . ', ' . $gold . ', ' . $req . ', ' . $weap . ', '$variable-attribute-of-weapon', '$variable-rarity-of-weapon', '$variable-name-of-weapon');"';
echo 'Well something broke somewhere!<BR />';
} else if ($droptype == 2){


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