As part of an XML implementation I am required to open a feed that has a querystring appended to it. For example
http://www.test.com/test.xml?keyword=test
However the fopen command does not seem to like opening such a file. If the '?keyword=test' part is removed though it opens the file fine.
Does anybody have any idea how to get around this problem?