![]() |
Probably a dumb question about posting RSS Feed info on Website with PHP
I'm trying to take two separate blogs from wordpress and one from blogger and post the latest blog on my website. Actually, not the full blog, just the title, maybe 100 characters and then continue reading with a url to the post.
Anyway, I believe I have the correct PHP to do this and I've read online that magpie is a good RSS parser to use. My question is, what do I do with the file I dl from MagPie? I mean, do I place the file on my server or ?? The file I dl is called something like magpierss-0.72.tar.gz Just in case it's needed, here's the code that I came up with the help of the MagPie Website Code:
<?php |
UPDATE: I fond a different parser (simplepie) that had directions. The instructions were simple. But after I tried to test it, I get these errors. I have no idea what these errors are indication
Warning: require_once() [function.require-once]: URL file-access is disabled in the server configuration in /hermes/bosweb/web177/b1775/ipg.waldropcom/php/test.php on line 7 Warning: require_once(waldrop.com/php/autoloader.php) [function.require-once]: failed to open stream: no suitable wrapper could be found in /hermes/bosweb/web177/b1775/ipg.waldropcom/php/test.php on line 7 Fatal error: require_once() [function.require]: Failed opening required '/php/autoloader.php' (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in /hermes/bosweb/web177/b1775/ipg.waldropcom/php/test.php on line 7 any ideas? |
| All times are GMT +1. The time now is 07:57 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.