PDA

View Full Version : Permissions


MacroDENIS
11-11-2002, 10:21 AM
Hi all !

Could you tell me, which of permissions must be on file.txt - normal text file, which write/read from my PHP script.
And which of permissions must stay in PHP scripts?

firepages
11-11-2002, 02:06 PM
Hi, to read/write to a file on most shared or free hosts you will need to CHMOD your file to 777

you PHP scripts do not need to have any file permissions set unless they themselves are rewritten by another script.