Re: [PHP] Re: CURL running form PHP exec() problem!

2005-04-07 Thread Richard Lynch
On Thu, April 7, 2005 11:54 am, cragland said: > I've encountered the same problem with exec(curl, system(curl, etc. PHP > exits with sh: \curl: No file or directory. I'm wondering if there is > some php shell option that has to be set. Use full path names for EVERYTHING in exec. If curl, as I

[PHP] Re: CURL running form PHP exec() problem!

2005-04-07 Thread cragland
I've encountered the same problem with exec(curl, system(curl, etc. PHP exits with sh: \curl: No file or directory. I'm wondering if there is some php shell option that has to be set. My other problem: Upfront, I can post and recieve data just fine with asp.net, perl, and java client scripts.