<?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: Building Browsergames: Retrieving Items (PHP)</title>
	<atom:link href="http://buildingbrowsergames.com/2008/07/03/retrieving-items/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildingbrowsergames.com/2008/07/03/retrieving-items/</link>
	<description>Ever wanted to build a browsergame?</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:26:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/07/03/retrieving-items/comment-page-1/#comment-68</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 08 Jul 2008 23:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=76#comment-68</guid>
		<description>Oh, you&#039;re right - it looks like PHP 4&#039;s end of life has come and gone. I only thought that it had been announced - not that it had happened.

Whoops! Thanks for pointing that out, sepp.</description>
		<content:encoded><![CDATA[<p>Oh, you&#8217;re right &#8211; it looks like PHP 4&#8217;s end of life has come and gone. I only thought that it had been announced &#8211; not that it had happened.</p>
<p>Whoops! Thanks for pointing that out, sepp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sepp</title>
		<link>http://buildingbrowsergames.com/2008/07/03/retrieving-items/comment-page-1/#comment-66</link>
		<dc:creator>sepp</dc:creator>
		<pubDate>Tue, 08 Jul 2008 21:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=76#comment-66</guid>
		<description>By the way: Don&#039;t take PHP4 as your base. It&#039;s obsolete and will be vanished in the near future. Version 5 gives much more powerful tools, especially for object orientated programming. Give it a try ;) . &quot;A lot of hosts&quot; doesn&#039;t have to be &quot;the most&quot; ;) .</description>
		<content:encoded><![CDATA[<p>By the way: Don&#8217;t take PHP4 as your base. It&#8217;s obsolete and will be vanished in the near future. Version 5 gives much more powerful tools, especially for object orientated programming. Give it a try <img src='http://buildingbrowsergames.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . &#8220;A lot of hosts&#8221; doesn&#8217;t have to be &#8220;the most&#8221; <img src='http://buildingbrowsergames.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/07/03/retrieving-items/comment-page-1/#comment-64</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 04 Jul 2008 14:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=76#comment-64</guid>
		<description>Switching to an OOP system is a pretty good idea - when I first started writing this tutorial code, I didn&#039;t realize that I&#039;d be repeating myself quite this much.

I&#039;ll have to work on designing an OOP version of our database access code - unfortunately, I won&#039;t be able to use PDO as I&#039;m aiming at keeping the PHP code given here compatible with PHP 4, which is what a lot of hosts are still using.</description>
		<content:encoded><![CDATA[<p>Switching to an OOP system is a pretty good idea &#8211; when I first started writing this tutorial code, I didn&#8217;t realize that I&#8217;d be repeating myself quite this much.</p>
<p>I&#8217;ll have to work on designing an OOP version of our database access code &#8211; unfortunately, I won&#8217;t be able to use PDO as I&#8217;m aiming at keeping the PHP code given here compatible with PHP 4, which is what a lot of hosts are still using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sepp</title>
		<link>http://buildingbrowsergames.com/2008/07/03/retrieving-items/comment-page-1/#comment-60</link>
		<dc:creator>sepp</dc:creator>
		<pubDate>Fri, 04 Jul 2008 11:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=76#comment-60</guid>
		<description>So what about an oop approach?! For example you could use a class to encapsulate database access? That would prevent doing mysql_real_escape_string() everywhere! Maybe PDO is worth a glance ;) .

And: DRY! Dont repeat yourself.

et cetera pp</description>
		<content:encoded><![CDATA[<p>So what about an oop approach?! For example you could use a class to encapsulate database access? That would prevent doing mysql_real_escape_string() everywhere! Maybe PDO is worth a glance <img src='http://buildingbrowsergames.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</p>
<p>And: DRY! Dont repeat yourself.</p>
<p>et cetera pp</p>
]]></content:encoded>
	</item>
</channel>
</rss>
