Hi All,
I want to execute the php script via web server to run linux command!!! I try to use system(), exec(), shell_exec(), but the system show me "Permission Denied"..
i have set the file permission by using
chmod 777 file.php
Anyone can give me the advice?
Thanks in advance!!!!!