<?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>JQueryin &#187; PHP</title>
	<atom:link href="http://www.jqueryin.com/tags/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jqueryin.com</link>
	<description>A web development blog focusing on PHP, MySQL, Javascript, jQuery, and CSS.</description>
	<lastBuildDate>Wed, 06 Jul 2011 19:21:35 +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>Switching Apache from Prefork to Worker MPM in RHEL / CentOS 5.x / Fedora 13</title>
		<link>http://www.jqueryin.com/2010/08/07/switching-apache-prefork-to-worker-mpm-in-rhel-centos-5x-fedora-13/</link>
		<comments>http://www.jqueryin.com/2010/08/07/switching-apache-prefork-to-worker-mpm-in-rhel-centos-5x-fedora-13/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 13:31:47 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=665</guid>
		<description><![CDATA[I&#8217;m going to outline the process of switching from Apache&#8217;s default installation of MPM Prefork to that of MPM Worker. I will also be covering the proper installation of FastCGI (mod_fcgid) to further improve your server performance. This guide is ideally intended for individuals running on low-memory VPS servers as memory consumption will likely be [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/08/07/switching-apache-prefork-to-worker-mpm-in-rhel-centos-5x-fedora-13/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SPF30 &#8211; A Spam Blocking/Prevention PHP Library</title>
		<link>http://www.jqueryin.com/2010/04/26/spf30-spam-blocking-prevention-php-library/</link>
		<comments>http://www.jqueryin.com/2010/04/26/spf30-spam-blocking-prevention-php-library/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 12:22:06 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Library]]></category>
		<category><![CDATA[spam blocking]]></category>
		<category><![CDATA[spam prevention]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=411</guid>
		<description><![CDATA[Let&#8217;s face it&#8230; nobody enjoys spam. A basic PHP contact form is generally susceptible to a massive amount of spam mail. SPF30 is a PHP library which utilizes a number of recommended spambot deterrents in an attempt to reduce form submission spam. SPF30 does not utilize any form of captcha. In addition to spam prevention [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/04/26/spf30-spam-blocking-prevention-php-library/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Finding Available Domains By Keyword Combination In PHP</title>
		<link>http://www.jqueryin.com/2010/04/12/finding-available-domains-by-keyword-combination-in-php/</link>
		<comments>http://www.jqueryin.com/2010/04/12/finding-available-domains-by-keyword-combination-in-php/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 01:34:00 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[domain availability]]></category>
		<category><![CDATA[domain search]]></category>
		<category><![CDATA[find domains]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=382</guid>
		<description><![CDATA[There are numerous sites for finding available .COM domain names. Generally, these sites will not turn up the kind of results you are actually looking for when trying to find the perfect domain for your startup, personal site, or business. With the following simple snippet of code you will be able to generate a list [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/04/12/finding-available-domains-by-keyword-combination-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading Multiple Files in PHP &#8211; Fixing the Array Indices</title>
		<link>http://www.jqueryin.com/2010/03/25/uploading-multiple-files-in-php/</link>
		<comments>http://www.jqueryin.com/2010/03/25/uploading-multiple-files-in-php/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 20:41:31 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[file upload]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/?p=345</guid>
		<description><![CDATA[PHP inherently makes parsing an array of uploaded files more difficult than it needs to be due to the ordering of it&#8217;s array indices. Below is a quick example array: To combat this, we could create a function to reassemble the multi-dimensional array so that it is based on index rather than key. This allows [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2010/03/25/uploading-multiple-files-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Your PHP Sessions</title>
		<link>http://www.jqueryin.com/2009/11/20/php-secure-sessions/</link>
		<comments>http://www.jqueryin.com/2009/11/20/php-secure-sessions/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 23:57:04 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sessions]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/wordpress/?p=43</guid>
		<description><![CDATA[Many, if not all, of you have had to deal with creating a secure site login at some point in time. Although there are numerous articles written on the subject it is painstakingly difficult to find useful information from a single source. For this reason I will be discussing various techniques I have used or [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2009/11/20/php-secure-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Method to Retrieve the Client IP in PHP</title>
		<link>http://www.jqueryin.com/2009/11/11/advanced-method-to-obtain-the-client-ip-in-php/</link>
		<comments>http://www.jqueryin.com/2009/11/11/advanced-method-to-obtain-the-client-ip-in-php/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 10:51:11 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[advanced]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/wordpress/?p=58</guid>
		<description><![CDATA[There are perhaps hundreds if not thousands of articles on obtaining your visitor&#8217;s IP address. The majority if these entries will refer to a small subset of global $_SERVER variables (HTTP_X_FORWARDED_FOR, HTTP_CLIENT_IP, and REMOTE_ADDR). Although both fast and simple solutions utilizing nested ternary operations exist, they are generally prone to a fairly large bug. The [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2009/11/11/advanced-method-to-obtain-the-client-ip-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kohana Callback Function to Validate Uploaded Image Sizes</title>
		<link>http://www.jqueryin.com/2009/05/06/kohana-callback-function-to-validate-uploaded-image-sizes/</link>
		<comments>http://www.jqueryin.com/2009/05/06/kohana-callback-function-to-validate-uploaded-image-sizes/#comments</comments>
		<pubDate>Thu, 07 May 2009 01:01:58 +0000</pubDate>
		<dc:creator>Corey Ballou</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jqueryin.com/wordpress/?p=33</guid>
		<description><![CDATA[I wanted to share a very quick snippet of code I conjured up to demonstrate the use of Kohana&#8217;s validation library to verify the proper size of an uploaded image submitted from form input. The height and width class vars specify the height/width or max height/max width of the image in pixels depending on the [...]]]></description>
		<wfw:commentRss>http://www.jqueryin.com/2009/05/06/kohana-callback-function-to-validate-uploaded-image-sizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

