You can initiate a POST from within your script using cURL, assuming your
php installation has cURL support enabled.  Check http://www.php.net/curl
for details.

mh.

On Mon, 10 Mar 2003, Doug Parker wrote:

> I'm sending information to be processed by a third party site.  I need
> to store the inputted information in my site, via session or whatever,
> at some point.  However, the 3rd part site only accepts the information
> via a POST form submission, so I can't record the variables, then
> redirect them to the 3rd party site via a header function.  What should
> I do?
>
> any help would be greatly appreciated.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to