소스 검색

and something else to try

script errors out with blank page if the toon doesn't have any data in the DB
development
mauirixxx 8 년 전
부모
커밋
ed975cffd6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      gw-pull.php

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

@@ -11,7 +11,7 @@ if (!$result = $con->query($sql)){
}
while ($row = $result->fetch_array()){
if (is_null($row['charname'])){
echo 'No data available for $cnameid';
echo 'No data available for "$cnameid"';
} else {
echo 'On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and ';
if (is_null($row['material'])) {


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