Created
March 7, 2017 15:14
-
-
Save cloudfactory77/5b8473817c9191e7d738d5bcc3630eb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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