Ver a proveniência

changed post value

development
mauirixxx há 8 anos
ascendente
cometimento
7c8ec22636
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      gw-record.php

+ 1
- 1
gw-record.php Ver ficheiro

@@ -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'];


Carregando…
Cancelar
Guardar