Explorar el Código

trying something out

development
mauirixxx hace 8 años
padre
commit
9bbb6ef8b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gw-record.php

+ 1
- 1
gw-record.php Ver fichero

@@ -15,7 +15,7 @@ while ($row = $result->fetch_array()){
$weapattr = $row['weaponattribute'];
echo '<OPTION VALUE="' . $attrid . '">' . $weapattr . '</OPTION>';
}
echo '</SELECT><BR />';
echo '</SELECT>';
$sqlweaprare = "SELECT * FROM `listrarity` ORDER BY `rareid` ASC";
if (!$result = $con->query($sqlweaprare)){
die ('There was an error running the query [' . $con->error . ']');


Cargando…
Cancelar
Guardar