Re: [PHP] exec() function giving me fits

2002-07-02 Thread Analysis & Solutions
On Tue, Jul 02, 2002 at 01:00:48PM -0500, Jay Blanchard wrote: > > This is the one that worked, not the other one with the variables. Now this > one does not work and I don't insert any variables into it. Let's do a quick test to isolate where the problem is. Can you exec() some other simple st

[PHP] exec() function giving me fits

2002-07-02 Thread Jay Blanchard
Yesterday I could do this (all on one line); exec("curl -d \"name=myname&password=mypassword&btnsubmit=submit\" -s -o cdrlist.html https://theserver.com/list.html";); This is the one that worked, not the other one with the variables. Now this one does not work and I don't insert any variables in