PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
danky
Forum Newbie
Posts: 2 Joined: Tue Mar 25, 2008 9:21 am
Post
by danky » Wed Mar 11, 2009 8:18 am
Recently i installed cutycapt on my Centos system and it's works in shell.
Code: Select all
./CutyCapt --url=http://www.google.com/ --out=google.png
when i try to run
Code: Select all
exec(./CutyCapt --url=http://www.google.com/ --out=google.png);
it does not works...
i tried :
its works...
Somebody please help me out ! thanks.
requinix
Spammer :|
Posts: 6617 Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA
Post
by requinix » Wed Mar 11, 2009 11:51 am
"does not works" is absolutely useless for us. Tell us
how it doesn't work: an error message? Nothing?
Are you sure that CutyCapt is in the
current working directory and is executable by all users?