[PHP] Unlucky Situation Involving CURL

2002-04-25 Thread Jason
I'm developing a website that has the unlucky situation of being situated on a host that does not have CURL installed on it. This is basically what I'm trying to do: $ch = curl_init(); /// initialize a cURL session curl_setopt ($ch, CURLOPT_URL,https://www.ups.com/ups.app/xml/Rate;); /// set

Re: [PHP] Unlucky Situation Involving CURL

2002-04-25 Thread Jason Wong
On Thursday 25 April 2002 17:23, Jason wrote: I'm developing a website that has the unlucky situation of being situated on a host that does not have CURL installed on it. [snip] Does anybody know of a way of doing this without using CURL? Try snoopy. -- Jason Wong - Gremlins Associates -