Re: [PHP] [PHP 5.2.8] Retrieve cookies from remote host and pass them back to client.

2009-02-13 Thread Jason Cipriani
On Fri, Feb 13, 2009 at 1:03 PM, Andrew Ballard wrote: > On Fri, Feb 13, 2009 at 12:42 PM, Jason Cipriani > wrote: >> >> I have a PHP 5.2.8 web application that needs to retrieve a resource >> from a remote URL. However, the remote host also sends a cookie back >> (in a Set-Cookie header), and I

Re: [PHP] [PHP 5.2.8] Retrieve cookies from remote host and pass them back to client.

2009-02-13 Thread Andrew Ballard
On Fri, Feb 13, 2009 at 12:42 PM, Jason Cipriani wrote: > I have a PHP 5.2.8 web application that needs to retrieve a resource > from a remote URL. However, the remote host also sends a cookie back > (in a Set-Cookie header), and I need to grab that cookie and pass it > on to the client (so that i

[PHP] [PHP 5.2.8] Retrieve cookies from remote host and pass them back to client.

2009-02-13 Thread Jason Cipriani
I have a PHP 5.2.8 web application that needs to retrieve a resource from a remote URL. However, the remote host also sends a cookie back (in a Set-Cookie header), and I need to grab that cookie and pass it on to the client (so that it's stored by the client browser). I do know the name of the cook