Can I create a directory on my website and assign it 766 permissions?
This is how I need to be able to assign permissions to the directory.
Owner: read, write and execute
Group: read and write
Others: read and write
I need to assign these permissions so I can collect variables and write them to a flash e-card using a php script. Here is the tutorial I am following:
http://www.flash-db.com/Ecards/EcardsTutorial.php?page=5
Thanks in advance!