<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>LearnPHPLast Added Tutorials</title><link>http://www.learnphp.org</link><description><![CDATA[A comprehensive resource of web development tutorials, including PHP tutorials and MySQL tutorials, as well as content management systems (CMS) tutorials]]></description><language>en-us</language><lastBuildDate>2008-05-11 09:31:49</lastBuildDate><image><title>LearnPHP</title><url>http://www.learnphp.org/images/logo.jpg</url><link>http://www.learnphp.org</link></image><item><title>String Explode</title><link>http://www.learnphp.org/tutorials/String-Explode-62602.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/String-Explode-62602.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">The PHP function explode lets you take a string and blow it up into smaller pieces. </td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/String-Explode-62602.html</guid></item><item><title>Binary Data + MySQL + PHP</title><link>http://www.learnphp.org/tutorials/Binary-Data-MySQL-PHP-90675.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Binary-Data-MySQL-PHP-90675.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">How to store images directly in the Sql database.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> phpbuilder.com<br /><strong>Date:</strong> <pubDate>May 08, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, May 08, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Binary-Data-MySQL-PHP-90675.html</guid></item><item><title>Elseif</title><link>http://www.learnphp.org/tutorials/Elseif-71798.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Elseif-71798.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">However, what would you do if you wanted to check if your $employee variable was the company owner Bob, the Vice President Ms. Tanner, or a regular employee? To check for these different conditions you would need the elseif statement.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Elseif-71798.html</guid></item><item><title>So You Want to Use a Database in Your Site?</title><link>http://www.learnphp.org/tutorials/So-You-Want-to-Use-a-Database-in-Your-Site--15654.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/So-You-Want-to-Use-a-Database-in-Your-Site--15654.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Chances are that at some point in the life of a web site you will need to be creating content on request. Fortunately (yeah, right...), I had to tackle this early in the development of our Metalloprotein Database site at TSRI.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> phpbuilder.com<br /><strong>Date:</strong> <pubDate>May 08, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, May 08, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/So-You-Want-to-Use-a-Database-in-Your-Site--15654.html</guid></item><item><title>Effective In-Function Caching With PHP5</title><link>http://www.learnphp.org/tutorials/Effective-In-Function-Caching-With-PHP5-35185.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Effective-In-Function-Caching-With-PHP5-35185.html"><img src="http://www.learnphp.org/imagewriter?image=11474299398925.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Find out how to use in-function caching to increase your web application's performance.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Tips & Tricks<br /><strong>Author:</strong> porteightyeight<br /><strong>Date:</strong> <pubDate>May 07, 2008</pubDate></td></tr></table>]]></description><pubDate>Wednesday, May 07, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Effective-In-Function-Caching-With-PHP5-35185.html</guid></item><item><title>SQL - Union</title><link>http://www.learnphp.org/tutorials/SQL-Union-35985.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/SQL-Union-35985.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">The union clause places two serarate queries together forming one table. A union works best when using two tables with similar columns because each cloumn must have the same data type.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/SQL-Union-35985.html</guid></item><item><title>SQL - Subqueries</title><link>http://www.learnphp.org/tutorials/SQL-Subqueries-84127.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/SQL-Subqueries-84127.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">MySQL offers a very limited support for subqueries, however Oracle and DB2 fully support them. Subqueries are Select queries placed within an existing SQL statement. They may exist in any of the following types of SQL statements.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/SQL-Subqueries-84127.html</guid></item><item><title>SQL - Queries</title><link>http://www.learnphp.org/tutorials/SQL-Queries-20127.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/SQL-Queries-20127.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Queries are the backbone of SQL. Query is a loose term that refers to a widely available set of SQL commands called clauses. </td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/SQL-Queries-20127.html</guid></item><item><title>SQL - Delete</title><link>http://www.learnphp.org/tutorials/SQL-Delete-30879.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/SQL-Delete-30879.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Entire rows can be deleted from a table using the delete clause.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/SQL-Delete-30879.html</guid></item><item><title>Learn how to Create a Spider / Scraper in php</title><link>http://www.learnphp.org/tutorials/Learn-how-to-Create-a-Spider-Scraper-in-php-42407.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Learn-how-to-Create-a-Spider-Scraper-in-php-42407.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Learn the basics of scraping with php by scraping yellowpages.com for content.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> alcguyton<br /><strong>Date:</strong> <pubDate>April 30, 2008</pubDate></td></tr></table>]]></description><pubDate>Wednesday, April 30, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Learn-how-to-Create-a-Spider-Scraper-in-php-42407.html</guid></item><item><title>SQL - Insert</title><link>http://www.learnphp.org/tutorials/SQL-Insert-13361.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/SQL-Insert-13361.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">The insert clause has one function; to insert data into a table. Insert populates each table column with a value. Rows are inserted one right after another into the corresponding column.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/SQL-Insert-13361.html</guid></item><item><title>SQL - Commands</title><link>http://www.learnphp.org/tutorials/SQL-Commands-10001.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/SQL-Commands-10001.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">SQL commands can be categorized into three distinct groups. Each type of command plays an essential role while working with your database.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/SQL-Commands-10001.html</guid></item><item><title>Upgrading WordPress</title><link>http://www.learnphp.org/tutorials/Upgrading-WordPress-05081.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Upgrading-WordPress-05081.html"><img src="http://www.learnphp.org/imagewriter?image=11474312633947.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">These are the short instructions, if you want more check out the extended upgrade instructions. If you experience problems with the Three Step Upgrade, you may want to review the more detailed upgrade instructions.</td></tr><tr><td colspan="2"><strong>Category:</strong>WordPress Tutorials<br /><strong>Author:</strong> WordPress.org<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Upgrading-WordPress-05081.html</guid></item><item><title>PHP Session Management - Part 1</title><link>http://www.learnphp.org/tutorials/PHP-Session-Management-Part-1-57529.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/PHP-Session-Management-Part-1-57529.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">PHP4 introduce built-in session management techniques. Session management is important feature to track variables associated with a...</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> PHPreg.com<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/PHP-Session-Management-Part-1-57529.html</guid></item><item><title>PHP Navigations</title><link>http://www.learnphp.org/tutorials/PHP-Navigations-62421.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/PHP-Navigations-62421.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">In this tutorial learn about PHP navigations.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> PHPreg.com<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/PHP-Navigations-62421.html</guid></item><item><title>SQL - Datepart()</title><link>http://www.learnphp.org/tutorials/SQL-Datepart--65443.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/SQL-Datepart--65443.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Microsoft's SQL Server takes a little different approach to working with dates.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/SQL-Datepart--65443.html</guid></item><item><title>PHP Session Management Tutorial (Part 2) - Storing and Retrieving Data</title><link>http://www.learnphp.org/tutorials/PHP-Session-Management-Tutorial-Part-2-Storing-and-Retrieving-Data-61679.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/PHP-Session-Management-Tutorial-Part-2-Storing-and-Retrieving-Data-61679.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">In first part of this tutorial series we learned how to use PHP session_start() and session_register() function.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> PHPreg.com<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/PHP-Session-Management-Tutorial-Part-2-Storing-and-Retrieving-Data-61679.html</guid></item><item><title>SQL - Dates</title><link>http://www.learnphp.org/tutorials/SQL-Dates-26049.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/SQL-Dates-26049.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Unfortunately, every SQL platform has its own version of date functions, the few listed work in DB2, Oracle, and MySQL. </td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/SQL-Dates-26049.html</guid></item><item><title> How to set up a server with Apache , PHP , MySQL , Perl , phpMyAdmin</title><link>http://www.learnphp.org/tutorials/How-to-set-up-a-server-with-Apache-PHP-MySQL-Perl-phpMyAdmin-45341.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/How-to-set-up-a-server-with-Apache-PHP-MySQL-Perl-phpMyAdmin-45341.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">If you wish to setup Apache, PHP, MySQL and Perl on your system, this tutorial is for you. Here you will learn from where to download these softwares and how to setup and configure them on your PC.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> PHPreg.com<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/How-to-set-up-a-server-with-Apache-PHP-MySQL-Perl-phpMyAdmin-45341.html</guid></item><item><title>Dynamic Pages</title><link>http://www.learnphp.org/tutorials/Dynamic-Pages-70159.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Dynamic-Pages-70159.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">This tutorial explains how to create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> Sebastian Sulinski<br /><strong>Date:</strong> <pubDate>April 28, 2008</pubDate></td></tr></table>]]></description><pubDate>Monday, April 28, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Dynamic-Pages-70159.html</guid></item><item><title>Opening and Closing Files in PHP</title><link>http://www.learnphp.org/tutorials/Opening-and-Closing-Files-in-PHP-89572.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Opening-and-Closing-Files-in-PHP-89572.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">PHP provides number of  in-built functions to handle our files related issues. PHP files functions are very advance and can offer almost all the things required in our PHP scripts. In this tutorial we will learn how to Open, Read and Close Files using PHP.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> PHPreg.com<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Opening-and-Closing-Files-in-PHP-89572.html</guid></item><item><title>SQL - Case</title><link>http://www.learnphp.org/tutorials/SQL-Case-68966.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/SQL-Case-68966.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">In SQL case works with either the select or update clauses. It provides when-then-else functionality (WHEN this_happens THEN do_this) also known as conditional statements.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/SQL-Case-68966.html</guid></item><item><title>How to get directory listing with FTP using PHP</title><link>http://www.learnphp.org/tutorials/How-to-get-directory-listing-with-FTP-using-PHP-42138.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/How-to-get-directory-listing-with-FTP-using-PHP-42138.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">This tutorial will show how you can get directory list of any ftp site by using PHP's in-built functions.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> PHPreg.com<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/How-to-get-directory-listing-with-FTP-using-PHP-42138.html</guid></item><item><title>OpenBSD as a Database Server</title><link>http://www.learnphp.org/tutorials/OpenBSD-as-a-Database-Server-43387.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/OpenBSD-as-a-Database-Server-43387.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">This tutorial explains the basics of setting up OpenBSD as a database server using MySQL/PostgreSQL and PHP.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> ONLamp.com<br /><strong>Date:</strong> <pubDate>February 05, 2008</pubDate></td></tr></table>]]></description><pubDate>Tuesday, February 05, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/OpenBSD-as-a-Database-Server-43387.html</guid></item><item><title>WordPress MU</title><link>http://www.learnphp.org/tutorials/WordPress-MU-62625.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/WordPress-MU-62625.html"><img src="http://www.learnphp.org/imagewriter?image=11474312633947.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">WordPress MU, or WordPress'µ, is the multi-user version of the famous WordPress blogging application. It is ideal for people who want to set up a large network of blogs. Please see forums at MU.WordPress for discussion.</td></tr><tr><td colspan="2"><strong>Category:</strong>WordPress Tutorials<br /><strong>Author:</strong> WordPress.org<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/WordPress-MU-62625.html</guid></item><item><title>PHP in the Command Line</title><link>http://www.learnphp.org/tutorials/PHP-in-the-Command-Line-69847.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/PHP-in-the-Command-Line-69847.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Ever run commands in DOS? You've used a shell. A "shell" in the computer world is a place where you enter commands and run files by name rather than clicking around different windows. </td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> PHPreg.com<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/PHP-in-the-Command-Line-69847.html</guid></item><item><title>SQL - Historical Information</title><link>http://www.learnphp.org/tutorials/SQL-Historical-Information-52151.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/SQL-Historical-Information-52151.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">In the 60's database software required the use of complex mainframe machines that were difficult to maintain and run. Information technologists worked around the clock monitoring, updated, and manually uncorrupting these machines.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/SQL-Historical-Information-52151.html</guid></item><item><title>Getting Started with SQL</title><link>http://www.learnphp.org/tutorials/Getting-Started-with-SQL-59177.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Getting-Started-with-SQL-59177.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">In the second half of his inaugural column, John Paul Ashenfelter introduces us to several good SQL learning tools and begins to define database terms.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> ONLamp.com<br /><strong>Date:</strong> <pubDate>February 05, 2008</pubDate></td></tr></table>]]></description><pubDate>Tuesday, February 05, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Getting-Started-with-SQL-59177.html</guid></item><item><title>WordPress in Your Language</title><link>http://www.learnphp.org/tutorials/WordPress-in-Your-Language-01996.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/WordPress-in-Your-Language-01996.html"><img src="http://www.learnphp.org/imagewriter?image=11474312633947.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Although WordPress displays in U.S. English by default, the software has the built-in capability to be used in any language. The WordPress community has already translated WordPress into many languages, and there are Themes, translation files, and support available in many other languages.</td></tr><tr><td colspan="2"><strong>Category:</strong>WordPress Tutorials<br /><strong>Author:</strong> WordPress.org<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/WordPress-in-Your-Language-01996.html</guid></item><item><title>How to Get and Show IP Address Using PHP and JavaScript</title><link>http://www.learnphp.org/tutorials/How-to-Get-and-Show-IP-Address-Using-PHP-and-JavaScript-83972.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/How-to-Get-and-Show-IP-Address-Using-PHP-and-JavaScript-83972.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top"> This small tutorial will help you in learning how to get and show IP Address using PHP and JavaScript.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> PHPreg.com<br /><strong>Date:</strong> <pubDate>April 24, 2008</pubDate></td></tr></table>]]></description><pubDate>Thursday, April 24, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/How-to-Get-and-Show-IP-Address-Using-PHP-and-JavaScript-83972.html</guid></item><item><title>What's the Big Deal about SQL?</title><link>http://www.learnphp.org/tutorials/What-s-the-Big-Deal-about-SQL--92614.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/What-s-the-Big-Deal-about-SQL--92614.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">SQL, the Structured English Query Language, is a standard for building relational databases. In this short introduction, author John Paul Ashenfelter explains relational databases and offers a history of the development and implementation of SQL.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> ONLamp.com<br /><strong>Date:</strong> <pubDate>February 05, 2008</pubDate></td></tr></table>]]></description><pubDate>Tuesday, February 05, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/What-s-the-Big-Deal-about-SQL--92614.html</guid></item><item><title>If/Else Conditional Statment</title><link>http://www.learnphp.org/tutorials/If-Else-Conditional-Statment-00076.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/If-Else-Conditional-Statment-00076.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Has someone ever told you, "if you work hard, then you will succeed"? And what happens if you do not work hard? Well, you fail! This is an example of an if/else conditional statement.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/If-Else-Conditional-Statment-00076.html</guid></item><item><title>How to Create a Screen Shot Based Tutorial and Publish it in a Blog</title><link>http://www.learnphp.org/tutorials/How-to-Create-a-Screen-Shot-Based-Tutorial-and-Publish-it-in-a-Blog-75352.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/How-to-Create-a-Screen-Shot-Based-Tutorial-and-Publish-it-in-a-Blog-75352.html"><img src="http://www.learnphp.org/imagewriter?image=11474312633947.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">This tutorial shows how to create your first screen shot based tutorial and publish it in a WordPress blog in less than 5 minutes.</td></tr><tr><td colspan="2"><strong>Category:</strong>WordPress Tutorials<br /><strong>Author:</strong> useshots<br /><strong>Date:</strong> <pubDate>April 21, 2008</pubDate></td></tr></table>]]></description><pubDate>Monday, April 21, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/How-to-Create-a-Screen-Shot-Based-Tutorial-and-Publish-it-in-a-Blog-75352.html</guid></item><item><title>The If Statement</title><link>http://www.learnphp.org/tutorials/The-If-Statement-83680.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/The-If-Statement-83680.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">The PHP if statement is very similar to other programming languages use of the if statement.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/The-If-Statement-83680.html</guid></item><item><title>Introducing SELECT</title><link>http://www.learnphp.org/tutorials/Introducing-SELECT-82787.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Introducing-SELECT-82787.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">The SELECT command helps you find the data in your database. Here's a hands-on tutorial on how it works.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> ONLamp.com<br /><strong>Date:</strong> <pubDate>February 05, 2008</pubDate></td></tr></table>]]></description><pubDate>Tuesday, February 05, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Introducing-SELECT-82787.html</guid></item><item><title>The Include Function</title><link>http://www.learnphp.org/tutorials/The-Include-Function-29920.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/The-Include-Function-29920.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Without understanding much about the details of PHP, you can save yourself a great deal of time with the use of the PHP include function.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/The-Include-Function-29920.html</guid></item><item><title>PHP Operators</title><link>http://www.learnphp.org/tutorials/PHP-Operators-61155.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/PHP-Operators-61155.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">A mostly-complete list of PHP's operators and how to use them.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> developertutorials.com<br /><strong>Date:</strong> <pubDate>August 07, 2007</pubDate></td></tr></table>]]></description><pubDate>Tuesday, August 07, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/PHP-Operators-61155.html</guid></item><item><title>Filtering SELECTed Data with WHERE</title><link>http://www.learnphp.org/tutorials/Filtering-SELECTed-Data-with-WHERE-37188.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Filtering-SELECTed-Data-with-WHERE-37188.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">SQL databases can be filtered by virtually any set of criteria using a single clause. This week, John Paul Ashenfelter shows us how to use the SELECT command to return subsets of data.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> ONLamp.com<br /><strong>Date:</strong> <pubDate>February 05, 2008</pubDate></td></tr></table>]]></description><pubDate>Tuesday, February 05, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Filtering-SELECTed-Data-with-WHERE-37188.html</guid></item><item><title>Easy Payments using Paypal IPN</title><link>http://www.learnphp.org/tutorials/Easy-Payments-using-Paypal-IPN-29430.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Easy-Payments-using-Paypal-IPN-29430.html"><img src="http://www.learnphp.org/imagewriter?image=11474299398925.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">There are several PHP scripts and classes to process PayPal payments using their native IPN (Internet payment notification) feature. This Tutorial / guide will show you how to process paypal payments using the IPN feature.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Tips & Tricks<br /><strong>Author:</strong> finalwebsites<br /><strong>Date:</strong> <pubDate>April 18, 2008</pubDate></td></tr></table>]]></description><pubDate>Friday, April 18, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Easy-Payments-using-Paypal-IPN-29430.html</guid></item><item><title>Saving PHP Session Data to a Database</title><link>http://www.learnphp.org/tutorials/Saving-PHP-Session-Data-to-a-Database-18711.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Saving-PHP-Session-Data-to-a-Database-18711.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">As you should be aware the HTTP protocol, as used for serving web pages, is completely stateless. This means that after the server has received a request, processed it and sent a response, the process which dealt with that request dies.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> developertutorials.com<br /><strong>Date:</strong> <pubDate>August 07, 2007</pubDate></td></tr></table>]]></description><pubDate>Tuesday, August 07, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Saving-PHP-Session-Data-to-a-Database-18711.html</guid></item><item><title>Using Comments in PHP</title><link>http://www.learnphp.org/tutorials/Using-Comments-in-PHP-74885.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Using-Comments-in-PHP-74885.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Comments in PHP are similar to comments that are used in HTML. The PHP comment syntax always begins with a special character sequence and all text that appears between the start of the comment and the end will be ignored by the browser.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Using-Comments-in-PHP-74885.html</guid></item><item><title>File I/O in PHP</title><link>http://www.learnphp.org/tutorials/File-I-O-in-PHP-22319.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/File-I-O-in-PHP-22319.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">File access in PHP is much simpler than people seem to think. It is quite a bit different from a database, yet remarkably similar. As I am hoping to show you through this tutorial, file input and output is a synch once you get the hang of it.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> developertutorials.com<br /><strong>Date:</strong> <pubDate>August 07, 2007</pubDate></td></tr></table>]]></description><pubDate>Tuesday, August 07, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/File-I-O-in-PHP-22319.html</guid></item><item><title>INSERTing Data</title><link>http://www.learnphp.org/tutorials/INSERTing-Data-59846.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/INSERTing-Data-59846.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">We've spent a fair amount of time discussing how to get data out of MySQL. But can you enter data directly into this database? You can using the INSERT command.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> ONLamp.com<br /><strong>Date:</strong> <pubDate>February 05, 2008</pubDate></td></tr></table>]]></description><pubDate>Tuesday, February 05, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/INSERTing-Data-59846.html</guid></item><item><title>Using PHP With HTML Forms</title><link>http://www.learnphp.org/tutorials/Using-PHP-With-HTML-Forms-41740.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Using-PHP-With-HTML-Forms-41740.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">It is time to apply the knowledge you have obtained thus far and put it to real use.</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Using-PHP-With-HTML-Forms-41740.html</guid></item><item><title>LAMP Lighter: The Apache Toolbox</title><link>http://www.learnphp.org/tutorials/LAMP-Lighter-The-Apache-Toolbox-58103.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/LAMP-Lighter-The-Apache-Toolbox-58103.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">An overview of the Apache Toolbox, a Swiss army knife of a script, providing a customizable, menu-driven interface to downloading and compiling a LAMP (Linux, Apache, MySQL, PHPherlthon) -- minus the Linux -- installation.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> ONLamp.com<br /><strong>Date:</strong> <pubDate>February 05, 2008</pubDate></td></tr></table>]]></description><pubDate>Tuesday, February 05, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/LAMP-Lighter-The-Apache-Toolbox-58103.html</guid></item><item><title>Installing PHP on Apache 1</title><link>http://www.learnphp.org/tutorials/Installing-PHP-on-Apache-1-15369.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Installing-PHP-on-Apache-1-15369.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Installing PHP on an Apache server is a lot easier than most people seem to think. It takes only a few minutes to do. Follow these easy instructions...</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> developertutorials.com<br /><strong>Date:</strong> <pubDate>August 07, 2007</pubDate></td></tr></table>]]></description><pubDate>Tuesday, August 07, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Installing-PHP-on-Apache-1-15369.html</guid></item><item><title>UPDATE that Data!</title><link>http://www.learnphp.org/tutorials/UPDATE-that-Data--57861.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/UPDATE-that-Data--57861.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Now that you have your data in MySQL, how do you change it? We'll show you step by step.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> ONLamp.com<br /><strong>Date:</strong> <pubDate>February 05, 2008</pubDate></td></tr></table>]]></description><pubDate>Tuesday, February 05, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/UPDATE-that-Data--57861.html</guid></item><item><title>Functions</title><link>http://www.learnphp.org/tutorials/Functions-40617.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/Functions-40617.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">A function is just a name we give to a block of code that can be executed whenever we need it. This might not seem like that big of an idea, but believe me, when you understand and use functions you will be able to save a ton of time and write code that is much more readable!</td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> tizag.com<br /><strong>Date:</strong> <pubDate>December 27, 2007</pubDate></td></tr></table>]]></description><pubDate>Thursday, December 27, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/Functions-40617.html</guid></item><item><title>The Universal Web Form Processor</title><link>http://www.learnphp.org/tutorials/The-Universal-Web-Form-Processor-44279.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/The-Universal-Web-Form-Processor-44279.html"><img src="http://www.learnphp.org/imagewriter?image=11474298786742.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">Urb LeJeune embarks on a quest to create the ultimate script to process forms from web pages.</td></tr><tr><td colspan="2"><strong>Category:</strong>Database Related Tutorials<br /><strong>Author:</strong> ONLamp.com<br /><strong>Date:</strong> <pubDate>February 05, 2008</pubDate></td></tr></table>]]></description><pubDate>Tuesday, February 05, 2008</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/The-Universal-Web-Form-Processor-44279.html</guid></item><item><title>How to Setup and use Printing Variables in PHP</title><link>http://www.learnphp.org/tutorials/How-to-Setup-and-use-Printing-Variables-in-PHP-98668.html</link><description><![CDATA[<table border="0"><tr><td width="55" height="47" valign="top"><a href="http://www.learnphp.org/tutorials/How-to-Setup-and-use-Printing-Variables-in-PHP-98668.html"><img src="http://www.learnphp.org/imagewriter?image=11474297758685.gif" alt="Material Image" width="40px" height="40px" border="0" align="left"/></a></td><td valign="top">A variable, is something which can hold a dynamic value.  A variable is distinguished from other things because it starts with a dollar sign. </td></tr><tr><td colspan="2"><strong>Category:</strong>PHP Basics Tutorials<br /><strong>Author:</strong> developertutorials.com<br /><strong>Date:</strong> <pubDate>August 07, 2007</pubDate></td></tr></table>]]></description><pubDate>Tuesday, August 07, 2007</pubDate><guid isPermaLink="true">http://www.learnphp.org/tutorials/How-to-Setup-and-use-Printing-Variables-in-PHP-98668.html</guid></item></channel></rss>