Explorar el Código

post variables are always set

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

+ 1
- 1
gw-toon.php Ver fichero

@@ -11,7 +11,7 @@ if (!$result = $con->query($sql)){
die ('There was an error running the query [' . $con->error . ']');
}
# experimental stuff
if (isset($whattoon)){
if (empty($whattoon)){
echo 'Options for what to do after character selection goes here <BR />';
} else {
echo '<FORM METHOD="POST" NAME="cselect" ACTION="gw-toon.php">';


Cargando…
Cancelar
Guardar