SV650.org - SV650 & Gladius 650 Forum

SV650.org - SV650 & Gladius 650 Forum (http://forums.sv650.org/index.php)
-   Idle Banter (http://forums.sv650.org/forumdisplay.php?f=116)
-   -   calling a web developer who knows PHP and XML (http://forums.sv650.org/showthread.php?t=160621)

TheOnlyNemesis 13-12-10 07:07 PM

calling a web developer who knows PHP and XML
 
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

Re: calling a web developer who knows PHP and XML
 
Quote:

Originally Posted by TheOnlyNemesis (Post 2440896)
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


All times are GMT. The time now is 10:58 AM.

Powered by vBulletin® - Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.