소스 검색

more research and failing

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

+ 2
- 2
gw-pull.php 파일 보기

@@ -10,8 +10,8 @@ if (!$result = $con->query($sql)){
die ('There was an error running the query [' . $con->error . ']');
}
while ($row = $result->fetch_array()){
if (is_null($row['charname'])){
echo 'No data available for "$cnameid"';
if (empty($row['charname'])){
echo 'No data available for that toon';
} else {
echo 'On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and ';
if (is_null($row['material'])) {


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