Re: POST Method
- From: Alvaro G Vicario <alvaro_QUITAR_REMOVE@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 11:08:22 +0200
*** FF wrote/escribió (Fri, 29 Apr 2005 08:37:07 +0200):
> I would like send variable to php script from URL
> using POST method. Is possible do it ?
> ( <a href="xxx.php">)
You need an intermediate script so you can:
1) Read the value from $_GET array.
2) Perform an HTTP connecion using the POST method.
Check the curl chapter, it may be helpful.
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
.
- Follow-Ups:
- Re: POST Method
- From: cowofchaos@xxxxxxxxx
- Re: POST Method
- References:
- POST Method
- From: FF
- POST Method
- Prev by Date: Re: PHP-.htaccess-CGI
- Next by Date: Re: MySQL Results into drop down menu
- Previous by thread: Re: POST Method
- Next by thread: Re: POST Method
- Index(es):
Relevant Pages
|