Sfoglia il codice sorgente

changed post value

development
mauirixxx 8 anni fa
parent
commit
7c8ec22636
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      gw-record.php

+ 1
- 1
gw-record.php Vedi File

@@ -19,7 +19,7 @@ $sqlweaprare = "SELECT * FROM `listrarity` ORDER BY `rareid` ASC";
if (!$result = $con->query($sqlweaprare)){
die ('There was an error running the query [' . $con->error . ']');
}
echo ' <SELECT NAME="rarity">';
echo '<SELECT NAME="rare">';
while ($row = $result->fetch_array()){
$rareid = $row['rareid'];
$rarity = $row['rarity'];


Caricamento…
Annulla
Salva