Quellcode durchsuchen

and something else to try

script errors out with blank page if the toon doesn't have any data in the DB
development
mauirixxx vor 8 Jahren
Ursprung
Commit
ed975cffd6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      gw-pull.php

+ 1
- 1
gw-pull.php Datei anzeigen

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


Laden…
Abbrechen
Speichern