ソースを参照

trying a different method

development
mauirixxx 8年前
コミット
daed635cb6
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      gw-pull.php

+ 1
- 1
gw-pull.php ファイルの表示

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


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