Posted by ZeldorBlat on 05/02/07 22:13
On May 2, 6:09 pm, "www.webpolis.com.ar" <respaldo.tecn...@gmail.com>
wrote:
> Hi!
>
> I have this code:
>
> <form action="get.php" method="post" enctype="text/plain">
> <p align=center><strong>NUMERO DE CLIENTE</strong></p>
> <p align=center><input maxlength=10 size=10 type=text
> name="idcliente"><br>
> <center><strong><font face=verdana size=2>Clave de acceso</strong></
> font>
> <center><p align=center><input maxlength=12 size=12 type=password
> name="idpass"></p>
> <input type=hidden name="clave">
> <p align=center><INPUT NAME="boton" TYPE="SUBMIT" VALUE="Aceptar"></p>
> </p>
> --------------------
> using that code i cannot see the $_POST vars from the input fields...
> but when i remove the 'enctype="text/plain"' field, everything goes
> fine.... why? someone to explain me the difference please...
>
> regards
> N41K0
What happens if you use an enctype of "application/x-www-form-
urlencoded" ? That's the default. I've never heard of using text/
plain -- although I can't say I've given it much thought either.
Navigation:
[Reply to this message]
|