PHP - CHMOD ?
PHP - CHMOD ?
Out of context: Reply #1
- Started
- Last post
- 17 Responses
- heavyt0
if the swf is in the php file, and you arent writing from another file, or to another file, then you just need reed permissions on that file.
Chmod is good when you need to publish to a separate file.
so, if you were writing the vars to an XML file, and then using the swf to get the var from the XML, you would want the XML file to have 755 or 777 permissions.