Daily Archives: Tuesday, December 29, 2009

Super simple way to display RSS feeds links on any php apge.

This was just way too simple and I had to share. (or keep it for later use.) <ul><?php $post = new SimpleXMLElement(‘XXX_URL_HERE_XXX’,NULL,TRUE); for ($i=0; $i<5; $i++) { print(‘<li><a href=”‘. $post->channel->item[$i]->link . ‘”>’ . $post->channel->item[$i]->title . ‘</a></li>’); } ?></ul> Link to SimpleXMLElement page on php.net. For trouble shooting, try var_dump($post->channel); etc. (Disclaimer: I will not be [...]

Posted in Web/Print Design and Dev | Leave a comment
  • Welcome to Daigo’s Daily Digital Diorama. I blog about... whatever that comes to my mind.
  • Change color

    Purple Red Green Blue No Style

  • Archives

  • Calendar

    December 2009
    M T W T F S S
    « Oct   Jan »
     123456
    78910111213
    14151617181920
    21222324252627
    28293031  
  • Categories