<?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/category/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>A Simple Yet Powerful PHP Template Engine</title>
		<link>http://thecodecentral.com/2009/06/28/a-simple-yet-powerful-php-template-engine</link>
		<comments>http://thecodecentral.com/2009/06/28/a-simple-yet-powerful-php-template-engine#comments</comments>
		<pubDate>Mon, 29 Jun 2009 06:24:08 +0000</pubDate>
		<dc:creator>Cuong</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://thecodecentral.com/?p=345</guid>
		<description><![CDATA[This is not yet another regular expression replacement template engine. The template engine uses PHP itself to render the template. The template itself is very intuitive to people who are already familiar with PHP. There is no extra learning for additional syntax - the template code itself is just plain PHP code. Though I haven't [...]]]></description>
		<wfw:commentRss>http://thecodecentral.com/2009/06/28/a-simple-yet-powerful-php-template-engine/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<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>
	</channel>
</rss>
