Bläddra i källkod

prepping treasure location links, renamed sql table

development
mauirixxx 8 år sedan
förälder
incheckning
157f331a24
2 ändrade filer med 1 tillägg och 0 borttagningar
  1. +0
    -0
      db/gw-treasure-treasurelocation.sql
  2. +1
    -0
      gw-pull.php

db/gw-treasure-treasuredata.sql → db/gw-treasure-treasurelocation.sql Visa fil


+ 1
- 0
gw-pull.php Visa fil

@@ -21,6 +21,7 @@ if (mysqli_num_rows($result) > 0) {
echo 'a ' . $row['material'] . '!<BR />';
}
}
echo ' at (insert SQL code here) <BR />';
}
} else {
echo 'no data to display for that character';


Laddar…
Avbryt
Spara