Hello,

on 06/29/2005 01:31 PM Jon said the following:
> all I am able to get is the login page again. I don't have any idea what to > even try since I have never used cURL before. One thing that I know is that > by clicking on billing.asp link the server does some stuff and you end up at > billing_histories.asp. Does that mean that I should be looing for some sort
> of GET or POST operation that I am not seeing?

I suspect that page needs cookies that are not persistent and so cURL may not be storing them in the cookie files.

You may want to try this HTTP client class. It can keep track of collected cookies and does not rely on curl cookie files to preserve cookies.

http://www.phpclasses.org/httpclient


--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

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

Reply via email to