News and RSS Feeds PHP Tutorials

PHP News and RSS Feeds Tutorials
Home » PHP » News and RSS Feeds (18 Tutorials)
Get the Feedburner original link
Get the Feedburner original link tutorial
Many websites use Feedburner to serve their RSS feed. The link from the Feedburner feed to the article is a Feedburner URL which then redirects to the original URL. The original URL is still contained in the XML for the feed in the element named <feedburner:origLink> and this can be parsed out using PHP's SimpleXML library, but it's not quite as simple as referring to ->feedburner:origLink because this will not work.
Creating An RSS Feed With PHP And MySQL
Creating An RSS Feed With PHP And MySQL tutorial
Learn to create a custom RSS feed for your website content. These easy to build XML feeds can extend the reach of your content and grow your audience. This howto shows how to build and serve an RSS feed from your MySQL database.
How to create a basic news system
How to create a basic news system tutorial
How to create a basic file based news system with integrated WYSIWYG editor.
Read news from MySQL
Read news from MySQL tutorial
Managing MySQL data with PHP and use them in a simple Flash MX application.
PHP/MySQL RSS Feed
PHP/MySQL RSS Feed tutorial
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates.
News Portal
News Portal tutorial
Ever wanted to post news without log in to your ftp account? Now, you can!
Make an RSS Feed Using PHP
Make an RSS Feed Using PHP tutorial
Learn the best way to turn your database information into an RSS feed.
Screen Scraping Your Way Into RSS
Screen Scraping Your Way Into RSS tutorial
RSS is one the hottest technologies at the moment, and even big web publishers (such as the New York Times) are getting into RSS as well. However, there are still a lot of websites that do not have RSS feeds. If you still want to be able to check those websites in your favourite aggregator, you need to create your own RSS feed for those websites. This can be done automatically with PHP, using a method called screen scrapping.
Dynamic RSS Feeds
Dynamic RSS Feeds tutorial
Ever wondered how you create an RSS feed dynamically? It's actually pretty simple. With some use of PHP's header() function, it's not a problem at all.
Building a News Management System
Building a News Management System tutorial
Create a news system for your site.
PHP News System
PHP News System tutorial
Learn the basics of Mysql & Php by building a news system.
latest news site
latest news site tutorial
In this example we will create a database to store our news items which we will be able to add via an admin form which the webmaster will enter information . we will then display this info on our page , displayed by newest items .
PHP/MySQL News with Comments
PHP/MySQL News with Comments tutorial
In this tutorial, you will learn the concepts behind building a news system with PHP and MySQL.
Creating a News System with PHP - Part 2
Creating a News System with PHP - Part 2 tutorial
This is the part 2 of my news system, it will teach you how to make a complete news system for your site.
Creating a News System in PHP
Creating a News System in PHP tutorial
With this tutorial creating a news system in php.
PHP/MySQL RSS Feed
PHP/MySQL RSS Feed tutorial
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates. The tutorial is available in PDF format.
RSS Display Boxes
RSS Display Boxes tutorial
Using Ajax, this script makes it easy to display RSS feeds from other sites inside DIV containers. Each RSS box can be independently tailored, from the RSS feed to fetch, how many items to show (and whether to paginate them), to what portions of each entry (just the "title", or "title" plus "description" etc) to display.
Displaying RSS Feeds on your Website Using PHP
Displaying RSS Feeds on your Website Using PHP tutorial
RSS stands for Really Simple Syndication. RSS if a technology for distributing data from one site to another using XML. You can easily decode this XML stream and display the information contained in it on your web site.
Home » PHP » News and RSS Feeds (18 Tutorials)
 
Subcategories
 
Categories
 
Advertisement