View Single Post
Old 08-18-2008, 09:34 PM   #6 (permalink)
Kalle
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Quote:
Originally Posted by tony View Post
you could use the exec() function to execute a command in the computer and use the chmod command in it.
Or use the builtin chmod() function:
PHP Code:
chmod('/kalle/desktop/'0755); 
More notes on the function is ofcourse available on its documentation: PHP: chmod - Manual
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote