Monday, April 19, 2010

Change the permission

exec("chmod 0777 working_folder",$out,$res);
if($res==0)
{
echo "Changed";
}
else
{
echo "Problem";
}
?>

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home