World Writable? example?

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

Post Reply
FinalAeon
Forum Newbie
Posts: 17
Joined: Sat Aug 02, 2003 2:51 pm
Location: ATL, GA

World Writable? example?

Post by FinalAeon »

can someone please tell me how to make php world writable? i'm not sure if i'm wording this question right but the question i have is about world writing php file for windows....please someone explain how...
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

What exactly are you trying to do? What kind of file are you trying to write to?

Mac
User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Post by evilmonkey »

To write to any file on ant OS, you must make sure you have permission to do so. On Windows, that can be a pain the rear. I know from expirience.
Post Reply