PHP Tutorial
Build an RSS Feed From the Information In Your Database With PHP
Learn how to take information in a MySQL database table and export it to RSS using the file writing capabilities of PHP.
General »
Top 20 Similar PHP Tutorials
Build you own YouTube
This tutorial is going to help you to build your own YouTube- Server side video conversion
General »
Build A Link Scraper With PHP
In this tutorial you will learn how to build a PHP script that scrapes links from any web page. The lesson covers extracting content from a site using cURL, parsing the content with PHP's Dom functions, finding links using XPath queries, and storing the links in a MySQL database.
Legal issues associated with scraping content is discussed at the end of the tutorial.
Basics »
Build up a function to secure a text box for your forms
Learn more about Building up a function to secure a text box for your forms
General »
Display All Session Information
Learn to find out what information a PHP script stores in sessions.
Basics »
how to Get Remote Web Page Information Using PHP
Learn how to Get Remote Web Page Information Using PHP
General »
Get actual weather information
In this tutorial I will show you how you can retrive actual weather information from Yahoo Weather and display this information on your own site.
Basics »
Create Stick Forms - Make sure user information is never re-typed again!
Learn how to create and use sticky forms, which saves data that has been entered into a form, so a user does not have to re-type out the information if there is an error.
General »
PHP RSS Feed Generator
In this tutorial you will learn how to generate RSS feeds for your site with PHP
General »
How to Syndicate an RSS Feed On Your Site
This quick tutorial shows you how to use Simple XML to read and manipulate an RSS feed. The end result is a few lines of code that you can use to syndicate a site's feed on your own page - adding links to relevant content for your users.
How to Create a Custom RSS Feed with PHP
An RSS feed is a great way to serve up your content to users. However, if you're not using a standard CMS or blogging platform you may not have an RSS feed generated for you automatically.
This tutorial will show you how to create an RSS feed in a few simple steps. If you can query your database to get information about your articles, you can complete this tutorial and build a custom feed.
General »
Ajax, ZF and Smarty feed reader
In part 1 of this series you could download the whole source which this tutorial is based on. This part and subsequent parts will make use of that source
Advanced »
Ajax, ZF and Smarty feed reader
In this series the author will walk you through the code of a site that uses only Ajax and Scriptaculous to handle it’s completely windowed interface
Advanced »
Flat File Database (Database from a text file)
Learn how to store and retrieve information using PHP's built in file handling functions along with serialize and unserialize
General »
Database Abstraction with ADODB
This tutorial is going to help you to learn more about database Abstraction with ADODB
General »
Get the Size of a MySQL Database with PHP
This simple tutorial will show you how to get the size of a MySQL database using PHP in just a few simple steps
Database »
Use a database to export to CSV dynamically
Learn how to use a database to export to CSV dynamically
General »










