PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
spamyboy
Forum Contributor
Posts: 266 Joined: Sun Nov 06, 2005 11:29 am
Location: Lithuania, vilnius
Post
by spamyboy » Thu Jan 05, 2006 7:37 pm
Can php script CHMOD all files to 777 in directory for e.x. notes ?
Deemo
Forum Contributor
Posts: 418 Joined: Sun Jan 18, 2004 11:48 am
Location: Washington DC
Post
by Deemo » Thu Jan 05, 2006 7:38 pm
if it has ownership of the directory, i dont see why not
chmod()
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Jan 05, 2006 7:39 pm
yes. Next silly topic.
spamyboy
Forum Contributor
Posts: 266 Joined: Sun Nov 06, 2005 11:29 am
Location: Lithuania, vilnius
Post
by spamyboy » Thu Jan 05, 2006 7:40 pm
Wha ha ha
Not evryone are su smarge like you...
And i'm just starting to learn php.
Deemo
Forum Contributor
Posts: 418 Joined: Sun Jan 18, 2004 11:48 am
Location: Washington DC
Post
by Deemo » Thu Jan 05, 2006 7:46 pm
its usually a safe guess that if its simple, its in the PHP manual. try searching
http://www.php.net more often, it helps alot!