 
			
				12/11/2009, 12:18
			
			
			     |  
      |    |    |    Fecha de Ingreso: enero-2009  Ubicación: España  
						Mensajes: 786
					  Antigüedad: 16 años, 9 meses Puntos: 9     |        |  
  |      Respuesta: conseguir variable con submit?        <form method="post" action="entrar.php"> 
<input id="login-username" type="text" name="cnnick" class="field""><br> 
<input id="login-password" type="password" style="margin-bottom: 5px;" name="cnpass" class="field"> 
<input style="text-decoration: none; float: right;" id="login-button" type="submit" name="entrar" value="<?php echo $entrar; ?>" class="button"> 
  <input type="hidden" name="id" value="<? echo $_SERVER['REQUEST_URI'] ?>"> 
</form>   
lo tengo asi..           |