K
King
Guest
i tried this in php file
<?php
exec("./first dirname");
?>
and in shell script called
var=$1
mkdir $var
when i issue "./first dirname" command then it is able to create folder called dirname but i want to do this via php file.
hope somebody help me.
thanks
<?php
exec("./first dirname");
?>
and in shell script called
var=$1
mkdir $var
when i issue "./first dirname" command then it is able to create folder called dirname but i want to do this via php file.
hope somebody help me.
thanks