Re: [PHP] exec() help

2001-11-21 Thread Brian Clark
Hi KPortsmout, @ 8:37:22 AM on 11/21/01, [EMAIL PROTECTED] wrote: > exec("/usr/local/bin/wget > http://www.getresponse.com/cgi-bin/add.cgi?misc=1&ref=001&category1=trtips&cat > egory2=a&category3=".$Grab[2][$i]."")or die ("Error"); It may not fix it, but try wrapping the URL in \" > It is run

Re: [PHP] exec() help

2001-11-21 Thread Stefan Rusterholz
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 2:37 PM Subject: [PHP] exec() help > Hi, > > I am running the following function in my PHP script: > > exec("/usr/local/bin/wget > http://www.get

[PHP] exec() help

2001-11-21 Thread KPortsmout
Hi, I am running the following function in my PHP script: exec("/usr/local/bin/wget http://www.getresponse.com/cgi-bin/add.cgi?misc=1&ref=001&category1=trtips&cat egory2=a&category3=".$Grab[2][$i]."")or die ("Error"); It is run inside an if loop and $Grab[2][$i] contains an e-mail address. H