Parcourir la source

and something else to try

script errors out with blank page if the toon doesn't have any data in the DB
development
mauirixxx il y a 8 ans
Parent
révision
ed975cffd6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      gw-pull.php

+ 1
- 1
gw-pull.php Voir le fichier

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


Chargement…
Annuler
Enregistrer