<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP Lessons Part 3: Conditional Statements</title>
	<atom:link href="http://www.geekscribes.net/blog/2009/08/08/php-lessons-conditional-statements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekscribes.net/blog/2009/08/08/php-lessons-conditional-statements/</link>
	<description>Bringing geekiness to the world</description>
	<lastBuildDate>Sun, 22 Jan 2012 19:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: InF</title>
		<link>http://www.geekscribes.net/blog/2009/08/08/php-lessons-conditional-statements/comment-page-1/#comment-612</link>
		<dc:creator>InF</dc:creator>
		<pubDate>Wed, 25 Nov 2009 13:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekscribes.net/blog/?p=660#comment-612</guid>
		<description>It seems we have made an error... Use it like this:

&lt;pre&gt;echo ( ($john_age &gt; $required_age) ? &quot;You can enter&quot; : &quot;You cannot enter&quot;);&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>It seems we have made an error&#8230; Use it like this:</p>
<pre>echo ( ($john_age > $required_age) ? "You can enter" : "You cannot enter");</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: stiofan</title>
		<link>http://www.geekscribes.net/blog/2009/08/08/php-lessons-conditional-statements/comment-page-1/#comment-609</link>
		<dc:creator>stiofan</dc:creator>
		<pubDate>Mon, 23 Nov 2009 23:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekscribes.net/blog/?p=660#comment-609</guid>
		<description>if ($john_age &gt; $required_age) ? echo &quot;You can enter&quot; : echo &quot;You cannot enter&quot;;

this is not correct??? well it dont run on my server?</description>
		<content:encoded><![CDATA[<p>if ($john_age &gt; $required_age) ? echo &#8220;You can enter&#8221; : echo &#8220;You cannot enter&#8221;;</p>
<p>this is not correct??? well it dont run on my server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

