Explorar el Código

why wont you work :(

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

+ 2
- 2
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> ';
echo '</SELECT><BR />';
$sqlweaprare = "SELECT * FROM `listrarity` ORDER BY `rareid` ASC";
if (!$result = $con->query($sqlweaprare)){
die ('There was an error running the query [' . $con->error . ']');
@@ -26,5 +26,5 @@ while ($row = $result->fetch_array()){
$rarity = $row['rarity'];
echo '<OPTION VALUE="' . $rareid . '">' . $rarity . '</OPTION>';
}
echo '</SELECT> ';
echo '</SELECT><BR />';
?>

Cargando…
Cancelar
Guardar