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
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
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
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
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
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
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:
7 matches
Mail list logo