wmbetts Posted July 27, 2007 Share Posted July 27, 2007 If you would like a tutorial written on a PHP/MySQL topic please respond to this thread and let me know what you would want the tutorial to cover. Link to comment https://forums.phpfreaks.com/topic/62080-tutorial-request/ Share on other sites More sharing options...
Barand Posted July 27, 2007 Share Posted July 27, 2007 One covering this would be nice http://www.phpfreaks.com/forums/index.php/topic,130965.msg549736.html#msg549736 Link to comment https://forums.phpfreaks.com/topic/62080-tutorial-request/#findComment-309075 Share on other sites More sharing options...
wmbetts Posted July 27, 2007 Author Share Posted July 27, 2007 I would, but it wouldn't be for a Windows server. I don't belive chmod() works on windows and I'm not really sure what would, but I'll look into it. Link to comment https://forums.phpfreaks.com/topic/62080-tutorial-request/#findComment-309078 Share on other sites More sharing options...
Barand Posted July 27, 2007 Share Posted July 27, 2007 I'm not sure chmod would do it - I need to assign access permissions to specific named users or groups Link to comment https://forums.phpfreaks.com/topic/62080-tutorial-request/#findComment-309082 Share on other sites More sharing options...
per1os Posted July 27, 2007 Share Posted July 27, 2007 Does chown work in windows? Link to comment https://forums.phpfreaks.com/topic/62080-tutorial-request/#findComment-309089 Share on other sites More sharing options...
Barand Posted July 27, 2007 Share Posted July 27, 2007 I can't find anything saying "not windows" for that one (unlike chmod) but it does say php is unlikely to be running with sufficient privileges to use it. Experimentation required when I'm back in the office next week. I was thinking I'd have to ferret around in the active directory or maybe exec() an external program to do the switch. Obstacle #1 to that is knowing how and where they are stored. Link to comment https://forums.phpfreaks.com/topic/62080-tutorial-request/#findComment-309106 Share on other sites More sharing options...
per1os Posted July 27, 2007 Share Posted July 27, 2007 I can't find anything saying "not windows" for that one (unlike chmod) but it does say php is unlikely to be running with sufficient privileges to use it. Experimentation required when I'm back in the office next week. I was thinking I'd have to ferret around in the active directory or maybe exec() an external program to do the switch. Obstacle #1 to that is knowing how and where they are stored. Yea you could always use C++ to make a command line version for a file permissions changer, that is an option. Link to comment https://forums.phpfreaks.com/topic/62080-tutorial-request/#findComment-309124 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.