I have downloaded a number of programs from hotscripts.com that parse XML/RSS files and have a strange problem.
They all work fine when they are run from remote servers but none will parse when installed locally (on my server).
I have checked the following
- php compiled XML support accordiing to phpinfo
- validated rss. 0.91
- php installed and runs files with .php extension
As an example, I stuck the URL of my XML source in the below and it generated a javascript insert. This uses my XML but a remote version of the PHP script.
http://corky.net/dotan/programming/feed/feed.html
It's when I upload the same scripts to my servers that problems occur.
Seriously I have spent two days trying every combination of CHMOD, script etc but not a dickie bird.