瀏覽代碼

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'])) {


Loading…
取消
儲存