EXEC or system pro.
Posted: Wed Mar 11, 2009 8:18 am
Recently i installed cutycapt on my Centos system and it's works in shell.
when i try to run
it does not works...
i tried :
its works...
Somebody please help me out ! thanks.
Code: Select all
./CutyCapt --url=http://www.google.com/ --out=google.pngCode: Select all
exec(./CutyCapt --url=http://www.google.com/ --out=google.png);i tried :
Code: Select all
exec("cp file1 file2") ;Somebody please help me out ! thanks.