Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cloudfactory77/5b8473817c9191e7d738d5bcc3630eb6 to your computer and use it in GitHub Desktop.
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