Guest_imported
New member
- Jan 1, 1970
- 0
Why wont PHP 3 excute shell commands??? I have tried
<?
$string = system("/bin/tar -cf /home/ /home/?>
I have set the permissions correctly but still nothing, no error msg, but no .tar file either!! Thanks for your help.
Robert
<?
$string = system("/bin/tar -cf /home/ /home/?>
I have set the permissions correctly but still nothing, no error msg, but no .tar file either!! Thanks for your help.
Robert