Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Nessa's Blog:
Working with Permissions in PHP
Dec 24, 2007 @ 15:22:00

On her blog Nessa has a brief look at working with permissions with PHP via three functions - chown, chgrp and chmod.

PHP uses the same command as *nix systems when dealing with changing permissions for files. These commands are particularly useful in situations where PHP runs as a different user on the system, which is common when PHP is compiled as an Apache user.

She includes a basic syntax for each of them and how one (chmod) could be used in an example of file creation.

tagged: permissions chmod chgrp chown function file permissions chmod chgrp chown function file

Link:


Trending Topics: