Quantcast
Channel: PHP header issue - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Prasad Rajapaksha for PHP header issue

I can't say what the technical explanation. But changing the XML content fixed my issue. It was a slight change. I just added a top level branch element,<?xml version="1.0"...

View Article



Answer by James Holderness for PHP header issue

There's no reason why that shouldn't work. I've just tried a simple test case with that xml and it certainly works for me.<?phpheader("Content-Type: application/xml");?><?xml version="1.0"...

View Article

PHP header issue

I have set HTTP header in PHP as:header("Content-Type: application/xml"); And I got following response:<?xml version="1.0"...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images