Jump to content

PHP XML Help Required


Kritical_V

Recommended Posts

Okay so I am really new to php and xml and I'm a little over my head, What I am looking to do seems simple enough but I cannot figure it out..

 

 

So I put together this quick snippet to create a url to a xml file for different users

<?php 
$stream = "ipllol"; // ADD A USERNAME FROM JUSTIN.TV HERE 
$user_data = "http://api.justin.tv/api/channel/show/" . $stream . ".xml"; 
?>

 

This creates the following url:

http://api.justin.tv/api/channel/show/ipllol.xml

 

Now I want to output the data off that xml document into my page, I also want to input each variable separately for styling purposes such as:

 

<?php some code that displays the subcategory from the xml document ?>

and so on.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/263141-php-xml-help-required/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.