Re: [PHP] Curl request works on command line but not in script

2002-08-28 Thread Merijn van den Kroonenberg
[PHP] Curl request works on command line but not in script > Hi folks, > > I'm trying to send an XML request to a server to get its response > back... I can get it to work on the command line (with passthru) but > not with libcurl. I'm using libcurl 7.9.2 which may actually be

[PHP] Curl request works on command line but not in script

2002-08-27 Thread Joshua Alexander
Hi folks, I'm trying to send an XML request to a server to get its response back... I can get it to work on the command line (with passthru) but not with libcurl. I'm using libcurl 7.9.2 which may actually be different from the curl on the command line... the latter came with OS X, the former