Explorar el Código

html hell

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

+ 2
- 0
gw-record.php Ver fichero

@@ -15,6 +15,7 @@ while ($row = $result->fetch_array()){
$weapattr = $row['weaponattribute'];
echo '<OPTION VALUE="' . $attrid . '">' . $weapattr . '</OPTION>';
}
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 . ']');
@@ -25,4 +26,5 @@ while ($row = $result->fetch_array()){
$rarity = $row['rarity'];
echo '<OPTION VALUE="' . $rareid . '">' . $rarity . '</OPTION>';
}
echo '</SELECT> ';
?>

Cargando…
Cancelar
Guardar