0% found this document useful (0 votes)
60 views1 page

PHP Tizag Tutorial-56 PDF

PHP files need write permissions to create files on the hard drive. Permissions are set using the CHMOD command in an FTP program to allow the PHP file to write to disk. A future tutorial on Tizag.com will provide more details on using CHMOD to set file permissions.

Uploaded by

Anil Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views1 page

PHP Tizag Tutorial-56 PDF

PHP files need write permissions to create files on the hard drive. Permissions are set using the CHMOD command in an FTP program to allow the PHP file to write to disk. A future tutorial on Tizag.com will provide more details on using CHMOD to set file permissions.

Uploaded by

Anil Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

PHP - Permissions

If you are trying to get this program to run and you are having errors, you might want to check that you
have granted your PHP file access to write information to the hard drive. Setting permissions is most often
done with the use of an FTP program to execute a command called CHMOD. Use CHMOD to allow the PHP
file to write to disk, thus allowing it to create a file.
In the near future Tizag.com will have a more in-depth tutorial on how to use CHMOD to set file
permissions.

You might also like