Ver Mensaje Individual
  #16 (permalink)  
Antiguo 05/02/2011, 14:46
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Respuesta: Cosas raras ($a = 1; echo $a; "0")

Si pruebas esto en un documento nuevo te lo escribe?

Código PHP:
<body>
<?
if($_POST) echo $_POST['tamaño'];
?>
<form method="post" action="<?= $_SERVER['PHP_SELF'?>">
<input type="text" name="tamaño" value="1" />
<button type="submit">Dale</button>
</form>
</body>