I am trying to create a folder for users once they register... here's my code
mkdir("/home/virtual/site68/fst/var/www/html/fileupload/uploads/${LastName}_${StudentID}", 0777);
now i can see i set the attributes to 777 which should allow all access.. but when i check the attributes through the ftp i get 755. Any ideas on why? Is it something to do with my web hosting company .. or maybe my code
All sugesstions are greatly appreciated.