ソースを参照

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


読み込み中…
キャンセル
保存