fork download
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8 />
  5. <title>Now Playing</title>
  6. <link rel="stylesheet" type="text/css" media="screen" href="http://d...content-available-to-author-only...a.com/waft/css/style.css" />
  7. <!--[if IE]>
  8. <script src="http://h...content-available-to-author-only...e.com/svn/trunk/html5.js"></script>
  9. <![endif]-->
  10. </head>
  11. <body>
  12.  
  13. <?php
  14. $song=simplexml_load_file("http://w...content-available-to-author-only...o.org/NOWPLAYING/WAFTHIS.xml");
  15. ?>
  16. <div id="np-outer">
  17. <article id="nowPlaying">
  18. <section id="np-content">
  19. <span>
  20. <h3>Now Playing</h3>
  21. <?php echo($song->Song); ?>
  22. </span>
  23. </section>
  24. <span class="np-live"><a href="http://r...content-available-to-author-only...s.net/v5/WAFT" target="_blank">
  25. Listen Live</a></span>
  26. <span>&nbsp;</span>
  27. <span class="np-prev"><a href="">
  28. Previously Played</a></span>
  29. </article>
  30. </div>
  31.  
  32. </body>
  33. </html>
Success #stdin #stdout #stderr 0.01s 20640KB
stdin
Standard input is empty
stdout
<!DOCTYPE html>
<html>
<head>
	<meta charset=utf-8 />
	<title>Now Playing</title>
	<link rel="stylesheet" type="text/css" media="screen" href="http://d...content-available-to-author-only...a.com/waft/css/style.css" />
	<!--[if IE]>
		<script src="http://h...content-available-to-author-only...e.com/svn/trunk/html5.js"></script>
	<![endif]-->
</head>
<body>

			<div id="np-outer">
	<article id="nowPlaying">
		<section id="np-content">
		<span>
		<h3>Now Playing</h3>
				</span>
		</section>
		<span class="np-live"><a href="http://r...content-available-to-author-only...s.net/v5/WAFT" target="_blank">
Listen Live</a></span>
		<span>&nbsp;</span>
		<span class="np-prev"><a href="">
Previously Played</a></span>
	</article>
	</div>

</body>
</html>
stderr
PHP Warning:  simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/IqMhce/prog.php on line 14
PHP Warning:  simplexml_load_file(http://w...content-available-to-author-only...o.org/NOWPLAYING/WAFTHIS.xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/IqMhce/prog.php on line 14
PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "http://w...content-available-to-author-only...o.org/NOWPLAYING/WAFTHIS.xml" in /home/IqMhce/prog.php on line 14
PHP Notice:  Trying to get property of non-object in /home/IqMhce/prog.php on line 21