PHP News and RSS Feeds tutorials
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.
Related Tutorials
Screen Scraping Your Way Into RSS
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.
Creating An RSS Feed With PHP And MySQL
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.
Dynamic RSS Feeds
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.
RSS Display Boxes
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.
PHP/MySQL RSS Feed
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.
PHP/MySQL RSS Feed
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.
Make an RSS Feed Using PHP
Learn the best way to turn your database information into an RSS feed.
Parse RSS/XML with PGP
Learn how to parse a RSS + XML document with PHP.
PHP and XML
In this tutorial we'll go thru the possibilities of an XML manipulation by the PHP. We'll also take a look at explanatory source code of fully working mini RSS feed reader.
How to make a simple form mailer with PHP
As you may be well aware, displaying your e-mail address on your website can lead to e-mail harvesters picking up your address and adding it to hundreds or even thousands of lists used by spammers. If you want to allow your website visitors to contact you, but do not want to publicly display your e-mail address, then a form mailer may be exactly what you are looking for.
Displaying Date and Time using PHP
Type exactly like below in Notepad or any other HTML Editor and save it as date.php in your localhost.
While Loops
PHP loops let you run a block of PHP code over and over again. They're great for repetitive tasks such as reading data records from a database, or displaying rows of a table in a Web page.
PHP and Web Design
Purpose of this tutorials is to teach you how to design a website that is easily modified or updated. If you have a website with ten pages, updating should not be a problem. But how about if you have more pages..? Here comes the help of PHP.
PHP : Beginners Guide
PHP can do many things, such as creating a hit counter, login script, guestbook ... really complex things ... even really easy things such as displaying the time on your page or forwarding a user to a new page (re-direct). The possibilities really are endless.
Setting array keys and displaying the data
Arrays in PHP are variables which can hold more than one data item. Actually, they can hold many. This is useful if you need to hold a recordset or list of data, often needed in PHP scripts.
Generating Advanced Web Page Statistics using PHP
This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using mySQL and PHP.You will need a moderate understanding of PHP and a limited knowledge of mySQL, including how to create a mySQL table using the mySQL client.
Rss count as pure text
Learn how to display your rss count as pure text, instead of the feedburner image.
Displaying the date
How to get the current date in PHP.
Watermark your images using PHP
Do you have an image that you want to keep a copyright on? Putting you logo or a URL of your website on each and every image is a quite a long and tedious process so here is a solution in PHP.
Web Database Tutorial (PHP & MySQL)
This is a tutorial on how to create a web database application using PHP and MySQL on a Unix platform (Linux or Mac OS X). The example used is a database to manage web site links. The same ideas used in this tutorial can be expanded to most web applications like phone directories, personalization, survey polls, etc... All are based on inserting, displaying and managing data in a database.
Creating Dynamic Website Content with PHP - MySQL
Fresh website content for your visitors can be of real benefit when attempting to generate repeat traffic. Most webmasters, however, just don't have enough spare time to frequently update or rebuild their pages manually. If your web site hosting company provides free access to PHP and MySQL, this article will show you how to combine those two open source tools and replace a portion of your websites' static content with frequently changing dynamic content.
Limit Displayed Characters From Your Text
This php script helps you limit displaying characters form you message and not cut out your word.
Limit Display Characters From Your Text
This php script helps you limit displaying characters form you message and not cut out your word.
PHP Redirection script
Learn how to redirect in this tutorial, you can use header(); function in php or use meta to redirect to a new page you want or redirect to other website.
Displaying Load Times
When developing PHP-driven websites its often very useful to know how long your pages took to process. This not only gives you some idea of the efficiency of your websites and of the server running them, but may help you diagnose problems, benchmark code corrections/additions, etc.
Automated PHP Photo Album
A really simple way of displaying your photo albums online. To add a new album, simply make a new folder and upload your photos.
Displaying Stock Tickers using AJAX
How to create an interactive stock ticker using AJAX and PHP.
IXSSO Queries
It's hard to find good information about querying Microsofts Indexing Server through PHP. In fact many people don't even know that it's possible. If you have a PHP website running off a Windows Server and you have several documents you want to be searchable from your site, then this is an important skill to know.
Website security protection - Prevent avoid SQL injection
Protect your website from SQL injection with PHP. Preventing SQL injection is not difficult but very important/ SQL injection is very dangerous but can be very easily prevented. In this post I will show you how to prevent hackers attacks on your website.
Dynamic website using php part-1
In this first part of the dynamic website tutorial I will teach you how to organize your files to create a simple file structure using includes, we will also apply our first styles to our site.
PHP Feedback Form: Advanced
The problem with my basic PHP Mail Form tutorial is that it offers no protection from spam and meta tag injection. This is fine if you have a very low-traffic site not listed at major search engines, or have a private website, but bigger sites need more.
Displaying Fields and Data of a MySql Table in PHP
This example shows how to display the data values from the columns of a search result from a MySql query in an HTML table.
HTML Templates
Most sites use a standard template throughout the whole website. The header and footer data is stored in a .php file and loaded for each page allowing easy maintenance. This tutorial will show you how to get PHP to dynamically choose which file to include based upon the page currently being viewed.
A HOWTO on Optimizing PHP
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.
Php file upload
In this tutorial i will teach you how you can upload files to your website using PHP. I will teach you the basics and show you how to manage witch files may be uploaded.
What is PHP?
What is PHP, and what can you do with it? This gentle PHP introduction explains the basics of PHP and looks at how you can use it to build feature-rich Web pages and applications.
What is PHP and Why Should I Care?
One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP stands for PHP: Hypertext Preprocessor.
PHP Basics
In this tutorial, i will teach you how to make a basic php program.. Mainly how to print output from a php script... I hope you will enjoy using PHP as much as i have, and that you will NEVER use ASP again (if you ever have).
Making summaries from larger bodies of text using substr
Many websites containing articles have a summary which leads you to the main article. PHP has a function for displaying a small section of the text, it is substr(). substr() has a number of uses, it can limit the amount of text by a set value...
UHits - PHP proxy hits generator
This little tutorial to create fake hits generator using PHP. This scripts uses free proxies to generate hits to specified website. I call this script UHits.
 
Categories