<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Page Strength &#187; php</title>
	<atom:link href="http://www.pagestrength.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pagestrength.com</link>
	<description>Web Design Perth...</description>
	<lastBuildDate>Wed, 01 Jun 2011 22:49:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>PHP: If Number Negative Then Make Zero</title>
		<link>http://www.pagestrength.com/2009/12/php-if-number-negative-then-make-zero/</link>
		<comments>http://www.pagestrength.com/2009/12/php-if-number-negative-then-make-zero/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 06:49:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[negative]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zero]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=175</guid>
		<description><![CDATA[In PHP, checking if a integer is negative and if it is then setting it to zero is easy, but I was looking for something shorter (and potentially faster) than: if ($x &#60; 0) $x = 0; Well, this is &#8230; <a href="http://www.pagestrength.com/2009/12/php-if-number-negative-then-make-zero/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/12/php-if-number-negative-then-make-zero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Shorthand IF &#8211; ELSE Statement</title>
		<link>http://www.pagestrength.com/2009/09/php-shorthand-if-else-statement/</link>
		<comments>http://www.pagestrength.com/2009/09/php-shorthand-if-else-statement/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 05:29:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=168</guid>
		<description><![CDATA[The IF &#8211; ELSE statement in PHP has a shorthand version if you are comparing two values. A conditional operator &#8220;?:&#8221; (or ternary) operator is used to shorten this statement down to one line. The expression (expr1) ? (expr2) : &#8230; <a href="http://www.pagestrength.com/2009/09/php-shorthand-if-else-statement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/09/php-shorthand-if-else-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

