Hi
I got a Windows 2003 virtual dedicated Server and have uploaded some php scripts.
2 things dont work:
fopen for write and move_uploaded_file.
I understand that move_uploaded_file wont work unless I set public-write permission to it, but how come fopen('file', 'w') doesnt work ?
Whats the alternative to chmod ? I cant use GUI and change permissions since this has got be done remotely.
Thanks
chmoding in Windows 2003 Server
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
There is some pretty good information in the user notes in the PHP manual page for fopen().
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
