Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
- Load Cells
- mothers day replica rolex watches today
- Free partition data recovery utilities
- MySQL & Best PHP Web Hosting + save 50%
Bookmark :
Links :
gambling sitesdropshippers
programmershelp
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
Reading RSS feeds with PEAR xml_rss package
Reading RSS feeds with PEAR xml_rss package
<?php
ini_set("include_path", '/home/path_to_include_folder/xmlrss/' . PATH_SEPARATOR . ini_get("include_path"));
require_once 'RSS.php';
$rss_feed = 'http://www.php.net/news.rss';
$rss =& new XML_RSS($rss_feed);
$rss->parse();
print "<ul>\n";
foreach($rss->getItems() as $item)
{
echo "<li><a href=\"" . $item['link'] . "\">" . $item['title'] . "</a></li>\n";
}
print "</ul>\n";
?>
Books :
Sponsors :
Random Code :
Java version with php(php and java)search an array(beginner)
Show ads in a certain category(Wordpress)
Random Article :
Make a Search Engine For Your Website With PHPSerialize this Saving Objects in PHP
Network:
Programming resourcesTutorials directory
Hosting resources
ASP site
Domain names
Progged
Maxi directory
bigarticle : free articles
A Code
Code N Tutorials
Del.icio.us
Digg
Furl
Newsvine
Netscape
Reddit
StumbleUpon
Technorati
Squidoo
Windows Live
Yahoo MyWeb
Ask
Google