<?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 for Gary Tay</title>
	<atom:link href="http://www.garytay.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.garytay.net</link>
	<description>Technology, Review and Rants.</description>
	<lastBuildDate>Mon, 25 Jul 2011 03:04:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Vertifying NRIC via PHP (codes) by Gary Tay</title>
		<link>http://www.garytay.net/2007-06-28/vertifying-nric-via-php-codes/#comment-82</link>
		<dc:creator>Gary Tay</dc:creator>
		<pubDate>Mon, 25 Jul 2011 03:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.garytay.net/2007-06-28/vertifying-nric-via-php-codes/#comment-82</guid>
		<description>Great! Cheers and thanks for the input!</description>
		<content:encoded><![CDATA[<p>Great! Cheers and thanks for the input!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vertifying NRIC via PHP (codes) by Marshall</title>
		<link>http://www.garytay.net/2007-06-28/vertifying-nric-via-php-codes/#comment-76</link>
		<dc:creator>Marshall</dc:creator>
		<pubDate>Fri, 03 Jun 2011 02:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.garytay.net/2007-06-28/vertifying-nric-via-php-codes/#comment-76</guid>
		<description>I&#039;ve got several implementations in various languages for this on Github - https://github.com/mjallday/nric-lib</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got several implementations in various languages for this on Github &#8211; <a href="https://github.com/mjallday/nric-lib" rel="nofollow">https://github.com/mjallday/nric-lib</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP tricks Part 1 by Gary Tay</title>
		<link>http://www.garytay.net/2007-10-26/php-tricks/#comment-16</link>
		<dc:creator>Gary Tay</dc:creator>
		<pubDate>Thu, 22 Nov 2007 03:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.garytay.net/2007-10-26/php-tricks/#comment-16</guid>
		<description>&lt;p&gt;Another use of &quot;!==&quot; would be to end arrays which have blank &quot;&quot; or 0.&lt;/p&gt;
&lt;p&gt;ie :&lt;/p&gt;
&lt;p&gt;$arraytest = (0,&quot;&quot;,&quot;testing&quot;,&quot;\0&quot;);&lt;/p&gt;
&lt;p&gt;//add to array to end it&lt;br /&gt;
$arraytest[] = false;&lt;/p&gt;
&lt;p&gt;for($i=0;$arraytest[$i]!==false;$i++)&lt;br /&gt;
{&lt;br /&gt;
   echo &quot;ARRAY $i : &quot;.$arraytest[$i];&lt;br /&gt;
}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another use of &#8220;!==&#8221; would be to end arrays which have blank &#8220;&#8221; or 0.</p>
<p>ie :</p>
<p>$arraytest = (0,&#8221;",&#8221;testing&#8221;,&#8221;\0&#8243;);</p>
<p>//add to array to end it<br />
$arraytest[] = false;</p>
<p>for($i=0;$arraytest[$i]!==false;$i++)<br />
{<br />
   echo &#8220;ARRAY $i : &#8220;.$arraytest[$i];<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

