08-18-2008, 09:34 PM
|
#6 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
Quote:
Originally Posted by tony
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
__________________
|
|
|