I'm using functions like fopen() and move_uploaded_file() in a php file that I send POST data to. If I test the same script on localhost and server A, all works well. When I test the same script on server B, nothing happens.
All file-related fields in phpinfo() appear to be the same, but perhaps I'm looking at the wrong fields.
This is obviously the server owner's fault, what exactly could be the problem? I need to know the cause to write a request to them.
If you're on shared hosting fopen tends to be disabled
It's not just fopen that doesn't work though, I mentioned that in the OP.
[QUOTE=Mr Kirill;39327718]It's not just fopen that doesn't work though, I mentioned that in the OP.[/QUOTE]
Apologies for misreading. However we can't really help you too much as we don't have much to work off, you're much better off consulting your host as they know how everything is ran. If you explain the situation to them , including that it works locally, they may know of a current issue with their system or why it may not work, as I said they know their system better than we/you do.
-snip, wrong thread-
Sorry, you need to Log In to post a reply to this thread.