ソースを参照

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 . ']'); die ('There was an error running the query [' . $con->error . ']');
} }
while ($row = $result->fetch_array()){ 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 { } else {
echo 'On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and '; echo 'On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and ';
if (is_null($row['material'])) { if (is_null($row['material'])) {


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