Ver Mensaje Individual
  #7 (permalink)  
Antiguo 18/03/2013, 06:51
AxacrosS
 
Fecha de Ingreso: marzo-2013
Mensajes: 38
Antigüedad: 11 años, 1 mes
Puntos: 0
Respuesta: Duda post get y session

No pasa nada creo que tiene que ver con esto...
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<
title>Documento sin título</title>
</
head>
<
body bgcolor"cadetblue">
<
form name="MenuUsuario.php" method="" action="">
<
center>
  <
table width="242" border="1">
    <
tr>
      <
td colspan="2"><center>
          
INICIO SESIÓN
        
</center></td>
    </
tr>
    <
tr>
      <
td width="82">ID</td>
      <
td width="144">
          <
label for="textfield"></label>
          <
input type="text" name="ide" id="ide" />
        </
td>
    </
tr>
    <
tr>
      <
td>PASSWORD</td>
      <
td>
          <
label for="textfield2"></label>
          <
input type="password" name="pwd" id="pwd" />
      </
td>
    </
tr>
    
      <
td colspan="2">
          <
center>
            <
input type="submit" name="btnentrar" id="btnentrar" value="Ingresar" />
          </
center>
      </
td>
  </
table>
</
center>
</
form>
</
body>
</
html
el methodo.... le tenia puesto post y me logeaba pero saque el post y ahora no puedo entrar :/ como lo hago si tengo session en php y en la parte de html del formulario ?