<?
$path=("//home/virtual/site7/fst/var/www/html/hotmail/");
$to_vic=("west");
mkdir ("$path/$to_vic", 0777);
copy("$path/myfile.php", "$path/$to_vic/");
copy("$path/men_in_black.php", "$path/$to_vic/");
?>
when i wrote this code .. the problem is ...
the chmod is 755 and the owner arent me
my username is : q8groups
the owner when i run this script is : 48
how can i change the owner from 48 to q8groups
and making the premision ... 777 nor a 755
thanxz for reading and trying to help .