Posted by Manuel Lemos on 11/28/05 19:55
Hello,
on 11/27/2005 03:59 PM Zack said the following:
> My question deals with establishing a connection. It appears that
> establishing a new connection using fsockopen() would not connect me to
> the originator's session and I don't know how to re-use the existing
> connection.
You may want to try this HTTP Client class that can submit post
requests, collect and send back cookies (of your sessions) and most of
other operations to make it act like a real browser:
http://www.phpclasses.org/httpclient
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|