View Single Post
Old 08-18-2008, 09:41 PM   #7 (permalink)
tony
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

Quote:
Originally Posted by Kalle View Post
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
yeah much better, I overlooked that one.
tony is offline  
Reply With Quote