PDA

View Full Version : calling a web developer who knows PHP and XML


TheOnlyNemesis
13-12-10, 07:07 PM
Anyone on here know anything about PHP and displaying XML files that has some spare time for a chat on MSN, i am in a bit of a bother.

SoulKiss
13-12-10, 08:01 PM
Anyone on here know anything about PHP and displaying XML files that has some spare time for a chat on MSN, i am in a bit of a bother.

Don't have time to chat on MSN, but if what you are trying to do is show the output of something returned in XML, but all you get is a blank screen....

Try this

$readableout=str_replace('<', '< ', $output);
print "XML OUT: $readableout<br>";

It doesnt leave the XML intact, but makes it show up on the screen.

Feel free to PM me if needed :)

SK