瀏覽代碼

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 ';


Loading…
取消
儲存