<?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>programcreek.com &#187; PHP</title>
	<atom:link href="http://www.programcreek.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programcreek.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 23:11:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP: Store Chinese to MySQL Database By Using PDO</title>
		<link>http://www.programcreek.com/2011/09/php-store-chinese-to-mysql-database-by-using-pdo/</link>
		<comments>http://www.programcreek.com/2011/09/php-store-chinese-to-mysql-database-by-using-pdo/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 23:08:29 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=4130</guid>
		<description><![CDATA[Problem: When try to store Chinese to mysql database, ??? was stored. Solution: - set names utf8; - set character set utf8; - set database field&#8217;s Collation to be &#8220;utf8_general_ci&#8221; SET NAMES indicates what character set the client will use to send SQL statements to the server. The following code is what is required to [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/09/php-store-chinese-to-mysql-database-by-using-pdo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best regular expression examples</title>
		<link>http://www.programcreek.com/2010/02/the-best-regular-expression-examples/</link>
		<comments>http://www.programcreek.com/2010/02/the-best-regular-expression-examples/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 01:38:18 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=1456</guid>
		<description><![CDATA[Regular expression is one of the most important topics in programming world. Unlike some plain explanations, here is a tutorial with some very beautiful examples. Every example is put on a figure like the following. Click the figure to read the full tutorial.]]></description>
		<wfw:commentRss>http://www.programcreek.com/2010/02/the-best-regular-expression-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The problem of truncating text from SQL Server in PHP</title>
		<link>http://www.programcreek.com/2010/01/php-display-text-from-sql-server/</link>
		<comments>http://www.programcreek.com/2010/01/php-display-text-from-sql-server/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:25:58 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[text data]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=1256</guid>
		<description><![CDATA[PHP and SQL Server are a powerful combination, however sometimes data stored in a text type column is truncated for no apparent reason after 4096 characters. I got this problem today when I want to display text data from SQL Server 2000. Apparently, I need to increase the maximum size of a text column to [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2010/01/php-display-text-from-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple example of using Zend Framework Zend_Db_Table</title>
		<link>http://www.programcreek.com/2010/01/a-simple-example-of-using-zend-framework/</link>
		<comments>http://www.programcreek.com/2010/01/a-simple-example-of-using-zend-framework/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 19:52:33 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Db_Table example]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=1171</guid>
		<description><![CDATA[To be a professional PHP developer, framework probably is a final solution. Since ZF is Zend&#8217;s product, I think it would not be a bad idea if I learn it even I&#8217;m not sure which framework is better. Anyway, the best learning approach is to start studying right now. Here is my first practice example. [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2010/01/a-simple-example-of-using-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upload files directly to a remote server?</title>
		<link>http://www.programcreek.com/2009/10/how-to-upload-files-directly-to-a-remote-server/</link>
		<comments>http://www.programcreek.com/2009/10/how-to-upload-files-directly-to-a-remote-server/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 00:19:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[directly]]></category>
		<category><![CDATA[remote server]]></category>
		<category><![CDATA[upload files]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=1066</guid>
		<description><![CDATA[It&#8217;s very simple for a web-application to allow users to upload images to a website. You can use a simply HTML However, instead of having those images uploaded to a web server &#8211; I would to have those images uploaded directly to another server. Is this possible to have a web-application allow a user to [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2009/10/how-to-upload-files-directly-to-a-remote-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug program using deleting method</title>
		<link>http://www.programcreek.com/2009/06/debug-program-usin-deleting-method/</link>
		<comments>http://www.programcreek.com/2009/06/debug-program-usin-deleting-method/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:40:08 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[double quote]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[single quote]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=666</guid>
		<description><![CDATA[Recently I am maintaining an in-house PHP content management system. There is an error on this page, but only for one record in database. Since the code works well for all other record, it should also work for this one. While I could not find the error, by checking the code line after line. Finally, [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2009/06/debug-program-usin-deleting-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

