Re: [PHP] Help with CURL please!

2007-05-11 Thread Robert Cummings
On Fri, 2007-05-11 at 14:13 -0700, ray wrote: > I'm having a problem getting Curl to work properly...and I know its > because of this unique situation, so I'm hoping a CURL expert can help > me out. That's not very unique. More unique is when you have to rip out JavaScript cookie stuff and proce

Re: [PHP] Help with CURL please

2007-05-11 Thread Greg Donald
On 5/11/07, ray <[EMAIL PROTECTED]> wrote: I'm having a problem getting Curl to work properly...and I know its because of this unique situation, so I'm hoping a CURL expert can help me out. I'm trying to access this URL (public search form) using CURL and grab the HTML contents http://enterprise

[PHP] Help with CURL please

2007-05-11 Thread ray
I'm having a problem getting Curl to work properly...and I know its because of this unique situation, so I'm hoping a CURL expert can help me out. I'm trying to access this URL (public search form) using CURL and grab the HTML contents http://enterprisedirectory.ucr.edu/phone/tel_search.show

[PHP] Help with CURL please!

2007-05-11 Thread ray
I'm having a problem getting Curl to work properly...and I know its because of this unique situation, so I'm hoping a CURL expert can help me out. I'm trying to access this URL (public search form) using CURL and grab the HTML contents http://enterprisedirectory.ucr.edu/phone/tel_search.show

[PHP] help with curl

2006-12-24 Thread Angelo Zanetti
Dear All, I have a script that uses curl to execute an http request now I use the same code for two different servers. And it works on the first server but not the second. I have stored the URL that it generates on the server that doesnt work and if I paste it into the address bar of the bro

[PHP] Help with Curl GZIP problem?

2004-05-02 Thread Dac Chartrand
The following code used to work until i upgraded to 4.3.6 Code: --- // Get RSS feed $c = curl_init('http://www.vegguide.org/rss/feed.rss?all=1&omit_hours=1'); curl_setopt($c, CURLOPT_ENCODING, 'gzip'); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); curl_setopt($c, CURLOPT_COOKIEFILE, $coo

[PHP] help with cURL

2003-06-10 Thread Ken Harris
The latest version of curl has a problem with certain SSL certificates. The cURL commandline added a -k option to override the problem. Is there a PHP CURL_something foe curl_setopt to do the same override? Ken - This mail sent through IMP: