I'm getting a very strange result from a PHP process. The file runs as a scheduled task on the server and is supposed to retrieve data from a weather service that is then written to an XML file. This process was working fine before a server crash.
Since the server was restored, the script mirrors its own contents into the file. It correctly overwrites the existing file, but with its own script instead of the XML data. Running the same script from a different server produces the correct output.
Has anyone ever experienced anything like this? The server is running Windows 2003. PHP 5 is installed and working. And all of this was working before the server had to be restored.
Thanks for any ideas.
Since the server was restored, the script mirrors its own contents into the file. It correctly overwrites the existing file, but with its own script instead of the XML data. Running the same script from a different server produces the correct output.
Has anyone ever experienced anything like this? The server is running Windows 2003. PHP 5 is installed and working. And all of this was working before the server had to be restored.
Thanks for any ideas.