<?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>Pablowe &#187; PHP</title>
	<atom:link href="http://www.pablowe.net/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pablowe.net</link>
	<description>%&#62; random tech;</description>
	<lastBuildDate>Mon, 21 Jun 2010 21:32:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Must we always escape values?</title>
		<link>http://www.pablowe.net/2008/08/must-we-always-escape-values/</link>
		<comments>http://www.pablowe.net/2008/08/must-we-always-escape-values/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 18:17:17 +0000</pubDate>
		<dc:creator>rlowe</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL Performance]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.pablowe.net/?p=35</guid>
		<description><![CDATA[One of the cardinal rules of writing web applications is to escape user-generated input with functions like PHP&#8217;s real_escape_string. This is a great rule, but one that can have a negative impact on your application&#8217;s performance if used unnecessarily. For instance, when querying data with an integer parameter that is passed internally (not user-generated): $query [...]]]></description>
		<wfw:commentRss>http://www.pablowe.net/2008/08/must-we-always-escape-values/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Setting Up WordPress on FreeBSD</title>
		<link>http://www.pablowe.net/2008/06/hello-world/</link>
		<comments>http://www.pablowe.net/2008/06/hello-world/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 18:52:55 +0000</pubDate>
		<dc:creator>rlowe</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress on FreeBSD]]></category>

		<guid isPermaLink="false">http://www.pablowe.net/?p=1</guid>
		<description><![CDATA[I suppose that it is only fitting that my first blog post be an instructional tidbit on installing WordPress on FreeBSD. As primarily a Linux user, I find the BSD package management system tedious at times. First, version information: FreeBSD 7 Apache 2 MySQL 5.0.51a PHP 5.2.6 This tutorial assumes two jails; one that serves [...]]]></description>
		<wfw:commentRss>http://www.pablowe.net/2008/06/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
