At 11/21/2002 11:55 AM, greg R wrote:

I don't think cURL is very intuitive.
Well, I'm glad to see someone else say that. Makes me feel less retarded.

Can you at least echo a response code from your
function, such as

$res = curl_setopt($ch, CURLOPT_URL,
 "https://partners.netledger.com/SmbXml";);
echo $res;
That should at least tell you, if nothing else, that
you could successfully get into the service. If it's a
success, should return a 1, I think.
Thanks Greg, that's a start. Yes, it's returning a 1.

So where do I go from here with troubleshooting?
--
S. Keller
UI Engineer
The Health TV Channel, Inc.
(a non - profit organization)
3820 Lake Otis Pkwy.
Anchorage, AK 99508
907.770.6200 ext.220
907.336.6205 (fax)
Email: [EMAIL PROTECTED]
Web: www.healthtvchannel.org


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

Reply via email to