Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save cloudfactory77/5b8473817c9191e7d738d5bcc3630eb6 to your computer and use it in GitHub Desktop.

Select an option

Save cloudfactory77/5b8473817c9191e7d738d5bcc3630eb6 to your computer and use it in GitHub Desktop.
foreach($rss->channel->item as $item){
$title[] = (string)$item->title;
$link[] = (string)$item->link;
$description[] = (string)$item->description;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment