<?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>Code Central &#187; PHP</title>
	<atom:link href="http://thecodecentral.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://thecodecentral.com</link>
	<description>A piece of code for everyone!</description>
	<lastBuildDate>Sat, 08 May 2010 03:59:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ajax Response Helper for PHP</title>
		<link>http://thecodecentral.com/2008/10/01/ajax-response-helper-for-php</link>
		<comments>http://thecodecentral.com/2008/10/01/ajax-response-helper-for-php#comments</comments>
		<pubDate>Thu, 02 Oct 2008 07:37:28 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/?p=161</guid>
		<description><![CDATA[In Ajax programming development, passing data back and forth between client and server is a common task. There are two major data formats that one can use for this purpose, namely XML and JSON. My personal preference is JSON because I find it's less verbose and easier to parse.

Although latest PHP provides a very handy [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2008/10/01/ajax-response-helper-for-php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Easy JSON Encoding/Decoding in PHP</title>
		<link>http://thecodecentral.com/2007/09/13/easy-json-encodingdecoding-in-php</link>
		<comments>http://thecodecentral.com/2007/09/13/easy-json-encodingdecoding-in-php#comments</comments>
		<pubDate>Thu, 13 Sep 2007 14:38:53 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2007/09/13/easy-json-encodingdecoding-in-php</guid>
		<description><![CDATA[
Update(2009-09-19): JSON encoding and decoding is built into PHP since PHP 5.20. You don't need Zend's JSON support if your PHP version is &#62;= 5.20. Please see:


http://us2.php.net/manual/en/function.json-encode.php

http://us2.php.net/manual/en/function.json-encode.php




So you are writing a piece of PHP code to handle some Ajax request and you've just finished coding the business logic. It is time to output some server [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2007/09/13/easy-json-encodingdecoding-in-php/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Setting Up Your Own Web Server on a Windows Machine &#8211; Part II (PHP)</title>
		<link>http://thecodecentral.com/2007/03/25/setting-up-your-own-web-server-with-apache-http-server-php-and-mysql-on-a-windows-machine-part-ii</link>
		<comments>http://thecodecentral.com/2007/03/25/setting-up-your-own-web-server-with-apache-http-server-php-and-mysql-on-a-windows-machine-part-ii#comments</comments>
		<pubDate>Mon, 26 Mar 2007 07:11:32 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[Server-Side]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/2007/03/25/setting-up-your-own-web-server-with-apache-http-server-php-and-mysql-on-a-windows-machine-part-ii</guid>
		<description><![CDATA[This tutorial will show you how to install and configure PHP under Windows XP. This tutorial requires you to have Apache HTTP server installed on your local machine. If you haven't done so, you can complete part one of this tutorial. We will use Apache version 2.2.4 and PHP 5.2.1 for this tutorial.





Downloading PHP

Same as [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2007/03/25/setting-up-your-own-web-server-with-apache-http-server-php-and-mysql-on-a-windows-machine-part-ii/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
