Posted by www.webpolis.com.ar on 05/02/07 22:09
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
[Back to original message]
|