Have you tried this:
http://curl.haxx.se/libcurl/php/examples/

Would help if you posted some code, or errors or something. I've used curl
in several PHP applications successfully.

Snoopy is actually a really awesome implementation of curl in php:
http://sourceforge.net/projects/snoopy/

I replaced several of my functions with snoopy classes.

HTH
--Brian

"Steve Keller" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ok, I'm going to break down and ask for help.
>
> I'm trying to post an XML file to NetLedger through HTTPs, but cURL isn't
> returning any errors when I run through PHP, and the file isn't getting
there.
>
> Can someone point me in the direction of a site with some *good* help on
> how to do file posting with cURL under PHP? And when I say "good," I mean
> to say that I've already been to PHP.net and the list of CURLOPT's without
> explanation of how to use them is not helpful to someone at my skill
level.
> Neither is the example on Sourceforge.
> --
> 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