[thelist] PHP: mkdir and rmdir possible, but not chgrp, why?

Jay Greenspan jay at trans-city.com
Thu Mar 22 13:16:53 CST 2001


> Any suggestion on how to change rights on directories would be appreciated.
> (With PHP or any other solution)

Eh, sounds like it must be a permissions thing. Sorry if this is totally
obvious, but if you run the following are you getting the results you'd
expect?

<?php
$var = `whoami`;
echo $var;
?>





More information about the thelist mailing list