just change the FORM action attribute to
action="http://www.web.com/comunidad/directorio/directio.php"
olinux
----- Original Message -----
From: "Gaby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 28, 2001 5:04 AM
Subject: [PHP-DB] post method
Hi world ,
How does PHP receive a POST request ?
I need receive a page that I call like from a form using post method ,
For exemple :
<form method="post" name="formulario"
action="http://www.web.com/comunidad/directorio/directorio.asp">
<input type="hidden" name="botones" value="Buscar">
<br>Nombre:<input type="text" name="nombre" size="25" maxlength="30"
value='xxx'>
<br><input type=submit ....
</FORM>
Is not the same like :
http://www.web.com/comunidad/directorio/directorio.asp?botones='Buscar'&nomb
re='xxx' ???
I know it works with GET method.
How I can emmulate a post form from code ?
Thanks in advance
Gaby
http://www.atrivia.com
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]