[snip]
> but why can't I do this
>
> exec("curl -d \"name=myname&password=mypassword&btnsubmit=submit\" -s -o
> ".$listline." https://theserver.com/download/ ".$listline."");
 extra space here? ----------------------------^

I think you've got something extra rather than missing :)
[/snip]

Thanks Jason, I fixed that and still does not work. So I am trying this;
$curlline("curl -d
\"name=myname&password=mypassword&btnsubmit=submit\" -s -o ".$listline."
https://theserver.com/download/".$listline."";);
print($curlline); <----this looks fine
exec($curline);

Sill no joy in Mudville. ;^( Maybe this is why I am going grey up top...

Thanks!

Jay



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to