<?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 <![CDATA[PHP / MySQL]]></title>
	<link>http://php.about.com/</link>
	<description>Get the latest headlines from the About.com <![CDATA[PHP / MySQL GuideSite.]]></description>
	<image>
		<title>About.com</title>
		<url>http://clk.about.com/?zi=1/1hh</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>2012-02-19T09:07:32Z</dc:date>
	<pubDate>Sun, 19 Feb 2012 09:07:32 +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>When is Easter?</title>
			<link>http://php.about.com/b/2012/02/21/when-is-easter-2.htm</link>
			<description>&lt;div style=&quot;background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-family: Times; line-height: normal; font-size: medium; padding: 0.6em; margin: 0px;&quot;&gt;&lt;p&gt;As spring grows closer, you may be wondering to yourself, when is Easter this year? &amp;#160;Unlike most holidays, the date for Easter changes every year so that it is always on a Sunday. Fortunately there is a solution. The&amp;#160;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://php.about.com/od/phpfunctions/g/php_easter_date.htm&quot;&gt;Easter_date () function&lt;/a&gt; can return the timestamp for Easter in any year you specify. Once you have this information it is easy to mark it on your virtual calendar.&lt;/p&gt;&lt;/div&gt;</description>
			<guid isPermaLink="true">http://php.about.com/b/2012/02/21/when-is-easter-2.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 21 Feb 2012 08:10:23 +0000</pubDate>
			<dc:date>2012-02-21T08:10:23Z</dc:date>

		</item>
			<item>
			<title>Variable Passing</title>
			<link>http://php.about.com/b/2012/02/19/variable-passing.htm</link>
			<description>&lt;p&gt;One way many scripts, especially older scripts, pass unimportant variables is in the URL. &amp;#160;But if you try to do this in newer versions of PHP it won't work, leaving some of your previous scripts not functioning. What can you do to get them to work? &amp;#160;This article explains how to still &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://php.about.com/od/troubleshooting/f/php5_variables.htm&quot;&gt;use variables in the URL&lt;/a&gt; in newer versions of PHP!&lt;/p&gt;</description>
			<guid isPermaLink="true">http://php.about.com/b/2012/02/19/variable-passing.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 19 Feb 2012 09:07:32 +0000</pubDate>
			<dc:date>2012-02-19T09:07:32Z</dc:date>

		</item>
			<item>
			<title>What is my PHP version?</title>
			<link>http://php.about.com/b/2012/02/16/what-is-my-php-version.htm</link>
			<description>&lt;p&gt;When looking at scripts to install you sometimes might see that it requires a certain version of PHP. &amp;#160;This is usually because new features are added to PHP so if you are running an older version without these features and the script you want to use takes advantage of the features, the script won't work with your version of PHP. &amp;#160;If you are unsure of your PHP version, this article helps you learn how to&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://php.about.com/od/troubleshooting/ht/phpversioncheck.htm&quot;&gt; check your PHP version&lt;/a&gt;!&lt;/p&gt;</description>
			<guid isPermaLink="true">http://php.about.com/b/2012/02/16/what-is-my-php-version.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 16 Feb 2012 09:03:56 +0000</pubDate>
			<dc:date>2012-02-16T09:03:56Z</dc:date>

		</item>
			<item>
			<title>404 Doom</title>
			<link>http://php.about.com/b/2012/02/12/404-doom.htm</link>
			<description>&lt;p&gt;You wrote a new script, you uploaded it, you navigated to it.... and you get a 404 error! &amp;#160;Noooooooo! &amp;#160;What does a 404 error mean? &amp;#160;Well likely you entered the wrong address because a 404 error means the page was not found. &amp;#160;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://php.about.com/od/programingglossary/g/What-Does-A-404-Error-Mean.htm&quot;&gt;Read more about it in this article. &lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://php.about.com/b/2012/02/12/404-doom.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 12 Feb 2012 09:01:02 +0000</pubDate>
			<dc:date>2012-02-12T09:01:02Z</dc:date>

		</item>
			<item>
			<title>PHP Hex Color Chart</title>
			<link>http://php.about.com/b/2012/02/08/php-hex-color-chart.htm</link>
			<description>&lt;p&gt;Using PHP loops we are able to populate a hexadecimal color chart with all of the available HTML colors you can use. &amp;#160;This can be handy both in learning how to use a basic loop, as well as for using the finished product to then choose colors for your website. &amp;#160;You can learn the code to create your own color chart in this &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://php.about.com/od/finishedphp1/ss/hexcolors.htm&quot;&gt;PHP programming article&lt;/a&gt;.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://php.about.com/b/2012/02/08/php-hex-color-chart.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Wed, 08 Feb 2012 08:56:30 +0000</pubDate>
			<dc:date>2012-02-08T08:56:30Z</dc:date>

		</item>
			<item>
			<title>Do you write your own code?</title>
			<link>http://php.about.com/b/2012/02/05/do-you-write-your-own-code.htm</link>
			<description>&lt;p&gt;There is a lot of PHP code circulating around the internet free to use. &amp;#160;When you go to create a website, do you take advantage of this code, or do you prefer to write everything from scratch yourself? &amp;#160;Answer this question in our &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://php.about.com/u/ua/userresponse/Write-Or-Borrow.htm&quot;&gt;Readers Respond&lt;/a&gt; section! &amp;#160;Be sure to click the link and share you story!&lt;/p&gt;</description>
			<guid isPermaLink="true">http://php.about.com/b/2012/02/05/do-you-write-your-own-code.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 05 Feb 2012 08:51:57 +0000</pubDate>
			<dc:date>2012-02-05T08:51:57Z</dc:date>

		</item>
			<item>
			<title>Bool School</title>
			<link>http://php.about.com/b/2012/01/24/bool-school.htm</link>
			<description>&lt;p&gt;Most people understand the basics of mathematical operators and comparison operators because they are the basic math we all grew up learning. &amp;#160;Sometimes people have a bit more trouble grasping the Boolean logic used in computer programs. &amp;#160;Here is a quick tutorial to help you start understanding &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://php.about.com/od/learnphp/a/A-Basic-Understanding-Of-Operators-Operands-And-Boolean.htm&quot;&gt;boolean logic&lt;/a&gt;.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://php.about.com/b/2012/01/24/bool-school.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 24 Jan 2012 10:58:56 +0000</pubDate>
			<dc:date>2012-01-24T10:58:56Z</dc:date>

		</item>
			<item>
			<title>Arrays in PHP</title>
			<link>http://php.about.com/b/2012/01/24/arrays-in-php.htm</link>
			<description>&lt;p&gt;An array is a type of data structure we use in PHP to store information. &amp;#160;Usually the information that we store in the array comes form a MySQL database or some other outside data source which we then temporarily store in an array to work with it. &amp;#160;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://php.about.com/od/learnphp/a/Understanding-Arrays-In-Php.htm&quot;&gt;Learn more about arrays. &lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://php.about.com/b/2012/01/24/arrays-in-php.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 24 Jan 2012 10:09:19 +0000</pubDate>
			<dc:date>2012-01-24T10:09:19Z</dc:date>

		</item>
			<item>
			<title>Tanh() in PHP </title>
			<link>http://php.about.com/b/2012/01/20/tanh-in-php.htm</link>
			<description>&lt;p&gt;If you need to find the hyperbolic tangent of a number, look no further... Tanh() is a PHP function that does exactly that. &amp;#160;Tanh (x) will return the hyperbolic tangent of x, with is calculated by taking SinH/CosH. &amp;#160;The resulting curve's inverse is the arc hyperbolic tangent. &amp;#160;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://php.about.com/od/phpfunctions/g/tanh.htm&quot;&gt;Read More&lt;/a&gt;.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://php.about.com/b/2012/01/20/tanh-in-php.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 20 Jan 2012 09:28:18 +0000</pubDate>
			<dc:date>2012-01-20T09:28:18Z</dc:date>

		</item>
			<item>
			<title>Create a Unique ID</title>
			<link>http://php.about.com/b/2012/01/15/create-a-unique-id.htm</link>
			<description>&lt;p&gt;You can generate a unique identification in PHP using the uniqid () PHP function. &amp;#160;This ID will be 13 or 23 characters long and you can append your own text to the beginning or end of it (so instead of 1234567891234 you could have myid1234567891234). &amp;#160;To learn more and to see some examples of uniqid () in action, &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://php.about.com/od/security/p/unique_id.htm&quot;&gt;check out this article&lt;/a&gt;.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://php.about.com/b/2012/01/15/create-a-unique-id.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 15 Jan 2012 09:25:44 +0000</pubDate>
			<dc:date>2012-01-15T09:25:44Z</dc:date>

		</item>
	</channel>

</rss>

