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.

However it always returns an error and I cannot figure out why, any ideas??

TIA
Ade


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to