Browse Source

now to see if it actually works

the query works in a sql browser at least :D
development
mauirixxx 8 years ago
parent
commit
0aab12e85d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gw-pull.php

+ 1
- 1
gw-pull.php View File

@@ -22,7 +22,7 @@ if (mysqli_num_rows($result) > 0) {
echo 'a ' . $row['material'];
}
}
echo ' at (insert map location code here)!<BR />';
echo ' at <A HREF="' . $row['wikilink'] . '' . $row['location'] . '</A><BR />';
}
} else {
echo 'no data to display for that character';


Loading…
Cancel
Save