↧
Answer by Repox for Error while trying to parse a YouTube search feed
Another way to access the attributes:echo $xml->entry[0]->link["href"];
View ArticleAnswer by Glen Solsberry for Error while trying to parse a YouTube search feed
Check out the attributes method to a SimpleXML Object
View ArticleError while trying to parse a YouTube search feed
I'm using SimpleXML to parse a YouTube search feed. I want to get the first result in the feed after searching for a term. Right now my code looks like this:set_time_limit(0);// Include needed...
View Article