Quellcode durchsuchen

html hell

development
mauirixxx vor 8 Jahren
Ursprung
Commit
a34c19a999
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. +2
    -0
      gw-record.php

+ 2
- 0
gw-record.php Datei anzeigen

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

Laden…
Abbrechen
Speichern