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 » shadow-fox.net
Score(+): 4 | Views: 92 | Save it | Report it


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 » noboxmedia.com
Score(+): 1 | Views: 37 | Similar Tuts | Save it | View this tutorial

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 » merchantos.com
Score(+): 1 | Views: 48 | Similar Tuts | Save it | View this tutorial

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 » cagedflame.com
Score(+): 1 | Views: 43 | Similar Tuts | Save it | View this tutorial

Display All Session Information

Learn to find out what information a PHP script stores in sessions.
Basics » brendenwilson.com
Score(+): 0 | Views: 57 | Similar Tuts | Save it | View this tutorial

how to Get Remote Web Page Information Using PHP

Learn how to Get Remote Web Page Information Using PHP
General » drquincy.com
Score(+): 0 | Views: 73 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

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 » tutorialcode.com
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

PHP and MySQL RSS Feed

Learn how to create a dynamic XML RSS document with PHP
General » webwicked.com.au
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

PHP RSS Feed Generator

In this tutorial you will learn how to generate RSS feeds for your site with PHP
General » jbcomp.net
Score(+): 0 | Views: 34 | Similar Tuts | Save it | View this tutorial

Generating an RSS feed with PHP

Learn how to generate an RSS feed with PHP
General » avengex.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

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.
PHP Files » earn-web-cash.com
Score(+): 0 | Views: 65 | Similar Tuts | Save it | View this tutorial

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 » earn-web-cash.com
Score(+): 0 | Views: 65 | Similar Tuts | Save it | View this tutorial

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 » prodevtips.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

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 » prodevtips.com
Score(+): 0 | Views: 62 | Similar Tuts | Save it | View this tutorial

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 » ronsguide.com
Score(+): 0 | Views: 60 | Similar Tuts | Save it | View this tutorial

MySQL Database Integration

Learn how to add database elements to your site
Database » biorust.com
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Database Abstraction with ADODB

This tutorial is going to help you to learn more about database Abstraction with ADODB
General » woolie.co.uk
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

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 » drquincy.com
Score(+): 0 | Views: 50 | Similar Tuts | Save it | View this tutorial

Use a database to export to CSV dynamically

Learn how to use a database to export to CSV dynamically
General » wlscripting.com
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

Searching a MySQL Database

Learn How to search a MySQL database with 3 simple functions.
Database » vgsheets.com
Score(+): 1 | Views: 50 | Similar Tuts | Save it | View this tutorial