<?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>KBeezie &#187; PHP</title>
	<atom:link href="http://kbeezie.com/view/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://kbeezie.com</link>
	<description>Digitally Grown.</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:07:56 +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>Path_Info &amp; PHP_SELF woes [NginX]</title>
		<link>http://kbeezie.com/view/php-self-path-nginx/</link>
		<comments>http://kbeezie.com/view/php-self-path-nginx/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 12:14:35 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=208</guid>
		<description><![CDATA[Over the last couple of years I've been constantly researching for a way to get the PHP environment variables to show up correctly. My latest pains were with PATH_INFO and PHP_SELF, which are now finally solved. ]]></description>
		<wfw:commentRss>http://kbeezie.com/view/php-self-path-nginx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cloaking and Faking the Referrer</title>
		<link>http://kbeezie.com/view/cloaking-and-faking-referrer/</link>
		<comments>http://kbeezie.com/view/cloaking-and-faking-referrer/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 09:46:23 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=200</guid>
		<description><![CDATA[Sometimes you simply have to hide, or in some case fake the referrer from your destination. This article shows you how to fake the referrer using PHP + cURL, as well as how to cloak your referrers from your advertisers. ]]></description>
		<wfw:commentRss>http://kbeezie.com/view/cloaking-and-faking-referrer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Automatic Update with SSH</title>
		<link>http://kbeezie.com/view/wordpress-autoupdate-ssh/</link>
		<comments>http://kbeezie.com/view/wordpress-autoupdate-ssh/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 06:37:44 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=180</guid>
		<description><![CDATA[If you're like me, you don't even want the insecure FTP protocol running on your server, but by default wordpress doesn't even give you the option of using SSH to automatically upgrade your plugins, or wordpress itself. This article shows how you can add a few extra lines to wp-config.php to enable automatic updates with wordpress.]]></description>
		<wfw:commentRss>http://kbeezie.com/view/wordpress-autoupdate-ssh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handling wildcard subdomains with PHP</title>
		<link>http://kbeezie.com/view/wildcard-subdomains-php/</link>
		<comments>http://kbeezie.com/view/wildcard-subdomains-php/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 09:09:36 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Primary]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=165</guid>
		<description><![CDATA[Subdomains can be a very handy way to make your urls more friendly looking. They can also be incredibly useful for membership driven websites to allow members to have their own custom subdomain. But how do make manage dynamic subdomains with PHP? This article shows you how. ]]></description>
		<wfw:commentRss>http://kbeezie.com/view/wildcard-subdomains-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scraping Google Front Page Results</title>
		<link>http://kbeezie.com/view/scraping-google-results/</link>
		<comments>http://kbeezie.com/view/scraping-google-results/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 22:57:53 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[front page]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[scrape]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=85</guid>
		<description><![CDATA[In this article I'll show you how you can use cURL and simple_html_dom functionality to scrap the basic content from the front page results of google provided with a search query. ]]></description>
		<wfw:commentRss>http://kbeezie.com/view/scraping-google-results/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Four free Geolocation Methods</title>
		<link>http://kbeezie.com/view/geolocation-methods-for-free/</link>
		<comments>http://kbeezie.com/view/geolocation-methods-for-free/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 09:39:43 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=81</guid>
		<description><![CDATA[Geolocation or Geo-Targeting is a method of identifying a visitor's location in the world. You can use this information for anything as simple as greeting a visitor in their native language to automatically redirecting visitors to valid affiliate offers for the visiting demographic. This article takes a look at four different services that offer geolocation for free.]]></description>
		<wfw:commentRss>http://kbeezie.com/view/geolocation-methods-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paypal IPN with PhP</title>
		<link>http://kbeezie.com/view/paypal-ipn-with-php/</link>
		<comments>http://kbeezie.com/view/paypal-ipn-with-php/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 00:26:13 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ipn]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[paypal]]></category>

		<guid isPermaLink="false">http://www.kbeezie.com/?p=1</guid>
		<description><![CDATA[If you're a freelance coder you most likely have a PayPal account. One of the most useful feature provided by PayPal for anyone looking to automate their ordering process is the Instant Payment Notification. This guide will show you how to utilize IPN with a PayPal 'Buy Now' button and PHP. Additional tips to further secure your ordering process are also discussed.]]></description>
		<wfw:commentRss>http://kbeezie.com/view/paypal-ipn-with-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
