<?xml version="1.0" encoding="iso-8859-1"?><!-- Copy and paste the url into your newsreader application" -->
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
	<title>About.com PHP / MySQL</title>
	<link>http://php.about.com/</link>
	<description>Get the latest headlines from the About.com PHP / MySQL GuideSite.</description>
	<image>
		<title>About.com</title>
		<url>http://z.about.com/f/lg/s10.gif</url> 
		<link>http://www.about.com/</link> 
		<width>118</width> 
		<height>20</height> 
	</image>
	<dc:language>en-us</dc:language>
	<dc:creator></dc:creator>
	<dc:date>2008-07-02T08:02:29Z</dc:date>
	<pubDate>Wed, 02 Jul 2008 08:02:29 +0000</pubDate>
	<admin:generatorAgent rdf:resource="" />
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
	
			<item>
			<title>Function Friday: Abs () Function</title>
			<link>http://php.about.com/b/2008/07/04/function-friday-abs-function.htm</link>
			<description>The Abs () Function is used to find the absolute value of a number.  The absolute value is the distance a number is from zero, so the absolute value...</description>
			<guid isPermaLink="true">http://php.about.com/b/2008/07/04/function-friday-abs-function.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 04 Jul 2008 10:15:08 +0000</pubDate>
			<dc:date>2008-07-04T10:15:08Z</dc:date>

		</item>
			<item>
			<title>Backup Your Databse</title>
			<link>http://php.about.com/b/2008/07/02/backup-your-databse.htm</link>
			<description>Nobody wants to imagine losing their entire database, but sometimes things happen, databases corrupt, servers crash, and websites are lost.  The best protection you have is backing up your...</description>
			<guid isPermaLink="true">http://php.about.com/b/2008/07/02/backup-your-databse.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Wed, 02 Jul 2008 08:02:29 +0000</pubDate>
			<dc:date>2008-07-02T08:02:29Z</dc:date>

		</item>
			<item>
			<title>Holiday Countdown!</title>
			<link>http://php.about.com/b/2008/06/30/holiday-countdown.htm</link>
			<description>Do you have a website that deals with a specific event such as a holiday, wedding or birthday?  You can use a PHP based countdown on your website to...</description>
			<guid isPermaLink="true">http://php.about.com/b/2008/06/30/holiday-countdown.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 30 Jun 2008 10:08:34 +0000</pubDate>
			<dc:date>2008-06-30T10:08:34Z</dc:date>

		</item>
			<item>
			<title>Function Friday: Uniqid () Function</title>
			<link>http://php.about.com/b/2008/06/27/function-friday-uniqid-function.htm</link>
			<description>If you need create a unique ID, the the Uniqid () function is for you.  You can use it to create a 13 or 23 character unique ID, with...</description>
			<guid isPermaLink="true">http://php.about.com/b/2008/06/27/function-friday-uniqid-function.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 27 Jun 2008 12:12:54 +0000</pubDate>
			<dc:date>2008-06-27T12:12:54Z</dc:date>

		</item>
			<item>
			<title>Creating a Database</title>
			<link>http://php.about.com/b/2008/06/25/creating-a-database.htm</link>
			<description>One of the great things about PHP is it's ability to interact with MySQL with ease.  But before you can start interacting with a database you need to create...</description>
			<guid isPermaLink="true">http://php.about.com/b/2008/06/25/creating-a-database.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Wed, 25 Jun 2008 09:59:57 +0000</pubDate>
			<dc:date>2008-06-25T09:59:57Z</dc:date>

		</item>
			<item>
			<title>Why Use PHP?</title>
			<link>http://php.about.com/b/2008/06/23/why-use-php.htm</link>
			<description>Do you have an HTML website that you are thinking about using PHP on?  Not quite sure?  Check out our Top Three Reasons to Use PHP to help...</description>
			<guid isPermaLink="true">http://php.about.com/b/2008/06/23/why-use-php.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 23 Jun 2008 11:57:11 +0000</pubDate>
			<dc:date>2008-06-23T11:57:11Z</dc:date>

		</item>
			<item>
			<title>Function Friday: Include () Function</title>
			<link>http://php.about.com/b/2008/06/20/function-friday-include-function.htm</link>
			<description>The include () function is a very useful PHP function on pages with a lot of repeated information.  Include () is used to include the contents of another file...</description>
			<guid isPermaLink="true">http://php.about.com/b/2008/06/20/function-friday-include-function.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 20 Jun 2008 09:36:40 +0000</pubDate>
			<dc:date>2008-06-20T09:36:40Z</dc:date>

		</item>
			<item>
			<title>PHP in an HTML File</title>
			<link>http://php.about.com/b/2008/06/18/php-in-an-html-file.htm</link>
			<description>Usually when you create a webpage to run PHP the files have the .php extension.  If you have already created your website with a .htm or .html extension on...</description>
			<guid isPermaLink="true">http://php.about.com/b/2008/06/18/php-in-an-html-file.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Wed, 18 Jun 2008 05:19:18 +0000</pubDate>
			<dc:date>2008-06-18T05:19:18Z</dc:date>

		</item>
			<item>
			<title>What Version of PHP am I Running?</title>
			<link>http://php.about.com/b/2008/06/16/what-version-of-php-am-i-running.htm</link>
			<description>If you are unsure what version of PHP you are running and need to know, there is a very simple way to check.  The phpinfo () function will not...</description>
			<guid isPermaLink="true">http://php.about.com/b/2008/06/16/what-version-of-php-am-i-running.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 16 Jun 2008 09:22:26 +0000</pubDate>
			<dc:date>2008-06-16T09:22:26Z</dc:date>

		</item>
			<item>
			<title>Function Friday: Number_format () Function</title>
			<link>http://php.about.com/b/2008/06/13/function-friday-number_format-function.htm</link>
			<description>The Number_format () function is used to format your numbers to use commas and decimals.  You can also set custom separators for your numbers, so for example if you...</description>
			<guid isPermaLink="true">http://php.about.com/b/2008/06/13/function-friday-number_format-function.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 13 Jun 2008 06:42:25 +0000</pubDate>
			<dc:date>2008-06-13T06:42:25Z</dc:date>

		</item>
	</channel>

</rss>
