Explorar el Código

forgot a .

development
mauirixxx hace 8 años
padre
commit
543e0f84be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gw-location.php

+ 1
- 1
gw-location.php Ver fichero

@@ -13,7 +13,7 @@ if (!$resultmap = $con->query($sqlmaploc)){
}
echo '<BODY><CENTER><FORM METHOD="POST" ACTION="gw-record.php">';
echo '<INPUT TYPE="HIDDEN" NAME="playerid" VALUE="' . $playerid . '">';
echo 'Current playerid is :' . $playerid ' <BR />';
echo 'Current playerid is :' . $playerid . ' <BR />';
echo '<SELECT NAME="locationid" onchange="this.form.submit()">';
echo '<OPTION SELECTED DISABLED>Select a map location</OPTION>';
while ($rowmap = $resultmap->fetch_array()){


Cargando…
Cancelar
Guardar