Re: [PHP] still trying to cURL.

2005-07-11 Thread Richard Lynch
Try closing your cURL handle and making a new one before you get the page that's giving you trouble. Sometimes cURL maintains "state" that it shouldn't. You'll maybe need to get the Cookies "by hand" from the header and send them back as headers -- Not sure a Cookie Jar can survive a new handle.

[PHP] still trying to cURL.

2005-07-11 Thread Jon
I have minimal experience with cURL but have had some success with it. I am trying to download some invoices that are posted every month. I am able to get a login to the https: and get the first few pages but when I try to get the invoices I get an error page with this content. HTTP Status 500 -