can exec() function execute the shell commands.
Posted: Wed Mar 25, 2009 7:22 am
Hi,
i want to create a directory with the function exec() on my server using shell command 'mkdir' when a custom.php file executes.
<?php
exec('mkdir hello');
?>
but it is not not creating the directory.
any help.....
thanks
i want to create a directory with the function exec() on my server using shell command 'mkdir' when a custom.php file executes.
<?php
exec('mkdir hello');
?>
but it is not not creating the directory.
any help.....
thanks