<?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>PHPSuperBLOG &#187; Database</title>
	<atom:link href="http://www.phpsuperblog.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Lot of IT, Lot of Fun</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:34:20 +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>WordPress &#8211; Auto create Post into the MySQL database from Excel data file</title>
		<link>http://www.phpsuperblog.com/wordpress/wordpress-auto-create-post-into-the-mysql-database-from-excel-data-file/</link>
		<comments>http://www.phpsuperblog.com/wordpress/wordpress-auto-create-post-into-the-mysql-database-from-excel-data-file/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 04:00:32 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Column]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[While-loop]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1069</guid>
		<description><![CDATA[In the post, I would like to show you how to create post for wordpress without having to use the wordpress admin console. This will be done by creating the posts into the wordpress MySQL database To do so, the whole procedure is divided into 3 steps: Create an Excel contains all the desired posts. [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/wordpress/wordpress-auto-create-post-into-the-mysql-database-from-excel-data-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and oracle database 10g Enterprise Edition Part 2</title>
		<link>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-2/</link>
		<comments>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-2/#comments</comments>
		<pubDate>Sun, 01 May 2011 13:06:12 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=949</guid>
		<description><![CDATA[In this post, I will continue my recording on PHP and oracle database 10g Enterprise Edition This is a continuation of PHP and oracle database 10g Enterprise Edition Part 1. To update fields in the oracle database: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and oracle database 10g Enterprise Edition Part 1</title>
		<link>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-1/</link>
		<comments>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-1/#comments</comments>
		<pubDate>Sun, 01 May 2011 04:00:48 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=940</guid>
		<description><![CDATA[In this post, I recorded the operations which I have used in my past web project which involving PHP and the oracle database 10g Enterprise Edition. This is for reference only, because the security settings might vary between different oracle databases and so the syntax might not work in other oracle databases and might need [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adminer &#8211; an alternative mysql database management tool to phpMyAdmin</title>
		<link>http://www.phpsuperblog.com/mysql/adminer-an-alternative-mysql-database-management-tool-to-phpmyadmin/</link>
		<comments>http://www.phpsuperblog.com/mysql/adminer-an-alternative-mysql-database-management-tool-to-phpmyadmin/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 07:51:04 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Database management tool]]></category>
		<category><![CDATA[Phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=815</guid>
		<description><![CDATA[If you are a PHP programmer, phpMyAdmin should be a familiar tool for you. But to deploy phpMyAdmin takes a lot of steps and setting. Therefore I recommend Adminer as an alternative to phpMyAdmin. In my experience, Adminer has several advantages: It consists of only 1 php file for the entire application, just upload into [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/mysql/adminer-an-alternative-mysql-database-management-tool-to-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL &#8211; join 2 mysql tables and get data result from them</title>
		<link>http://www.phpsuperblog.com/mysql/sql-join-2-mysql-tables-and-get-data-result-from-them/</link>
		<comments>http://www.phpsuperblog.com/mysql/sql-join-2-mysql-tables-and-get-data-result-from-them/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 09:51:26 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=741</guid>
		<description><![CDATA[In this post, I am going to talk about how to get data from 2 mysql tables instead of 1 table with a sql. Here are 2 mysql tables (The field types are ignored in this examples): Table &#8221; People&#8221; ID name 1&#160; 2 3 May&#160; John Peter Table &#8220;course&#8221;: ID name peopleID 1&#160; 2 [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/mysql/sql-join-2-mysql-tables-and-get-data-result-from-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use PHP to change MySQL field size</title>
		<link>http://www.phpsuperblog.com/php/use-php-to-change-mysql-field-size/</link>
		<comments>http://www.phpsuperblog.com/php/use-php-to-change-mysql-field-size/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 15:41:46 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=73</guid>
		<description><![CDATA[In this example, I am going to show you how to use PHP to change a MySQL database&#8217;s field size. I have created a MySQL database with a table called &#8220;test&#8221; and a field called &#8220;testing&#8221; size varchar(100). I have created a PHP file called &#8220;changesize.php&#8221; and I would like to use it to change [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/use-php-to-change-mysql-field-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the MySQL database table encoding to UTF8 with PHP</title>
		<link>http://www.phpsuperblog.com/php/change-the-mysql-database-table-encoding-to-utf8-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/change-the-mysql-database-table-encoding-to-utf8-with-php/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 02:29:56 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Encoding]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[UTF8]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=72</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases, when you have forgotten to preset the MySQL database table encoding to UTF8 after the creation of the database but later you need to insert some UTF8 text such as Chinese or other Asian languages, here is how you could do with PHP to change the encoding of the MySQL database [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/change-the-mysql-database-table-encoding-to-utf8-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert all array elements into MySQL database table&#8217;s different fields</title>
		<link>http://www.phpsuperblog.com/php/insert-all-array-elements-into-mysql-database-tables-different-fields/</link>
		<comments>http://www.phpsuperblog.com/php/insert-all-array-elements-into-mysql-database-tables-different-fields/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 11:00:29 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=71</guid>
		<description><![CDATA[Array is a good way to store many elements, in some operations you might like to store all of the array elements into different row of a table in a MySQL database. To store into different row, we can use a for loop to go through each elements and run a query to insert them [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/insert-all-array-elements-into-mysql-database-tables-different-fields/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

