posters xml feed in blog posts
Just testing if my XML feed parser for AllPosters.com´s product feed works inside a blog post. If you see 6 motivational posters displayed below . . . hooray ! It Works !!
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://www.easywebtutorials.com/posterfeed/feed.php?categoryid=12920&rows=2&cols=3");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
?>
Gonna show you how in a few days - this information (XML feed parser included) will be available in the advanced version of the RSS newsfeed syndication tutorial.






No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URI
Leave a comment
If you want to leave a feedback to this post or to some other user´s comment, simply fill out the form below.