Hi guys,
I am not sure what i am missing.
Normally when developing an application i work with all my swf's(flash) from my computer then and to my php files using http://www.mydomain.com/somescript.php Now this all works fine but since moving my files over to a new server i am unable to use the php unlink() function in my scripts when calling them from my desktop. The scripts do work fine when i upload my swf's and run the same process through the browser. I am thinking that it maybe some permissions issue.
Anyone got an idea?
Thanks Paul
Try changing the permissions.
You could create a script which changes all the files in a directory using chmod
Sorry i should have said, i am on a windows dedicated server.
Enable all error reporting and set up some logging - you should see error messages indicating any problem.
Mark
MarkR wrote:Enable all error reporting and set up some logging - you should see error messages indicating any problem. Mark
How would i code that?
I have never had these problems with the developer server. So a lot of the issue's i have been having the past couple of days have been new to me.