08-18-2008, 09:41 PM
|
#7 (permalink)
|
|
The Addict
Join Date: Aug 2008
Posts: 336
Thanks: 8
|
Quote:
Originally Posted by Kalle
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.
|
|
|
|