<?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; Insert</title>
	<atom:link href="http://www.phpsuperblog.com/tag/insert/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>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>
		<item>
		<title>Import Excel, CSV file data into MySQL database table</title>
		<link>http://www.phpsuperblog.com/mysql/import-excel-csv-file-data-into-mysql-database-table/</link>
		<comments>http://www.phpsuperblog.com/mysql/import-excel-csv-file-data-into-mysql-database-table/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 03:17:44 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Import]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[Phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=64</guid>
		<description><![CDATA[To import Excel data into the MySQL database&#8217;s table is easy. All you have to do is to save the Excel file as &#8220;CSV&#8221; Format, and use phpmyadmin to complete the job for you. Here I have create an example to show you how to do so: Here are the program I use in this [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/mysql/import-excel-csv-file-data-into-mysql-database-table/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Copy one table&#8217;s field records into another table&#8217;s field in MySQL database with PHP</title>
		<link>http://www.phpsuperblog.com/php/copy-one-tables-field-records-into-another-tables-field-in-mysql-database-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/copy-one-tables-field-records-into-another-tables-field-in-mysql-database-with-php/#comments</comments>
		<pubDate>Thu, 22 May 2008 11:43:26 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[Loop]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[While-loop]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=45</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases such as a login system or other company&#8217;s stock count system which the records in the MySQL database might need to update very frequently. There might be a need to create another tables to backup monthly of the data to another table in the MySQL database. It is a good idea [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/copy-one-tables-field-records-into-another-tables-field-in-mysql-database-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MD5 &#8211; insert an encrypted string or password to the MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/md5-insert-an-encrypted-string-or-password-to-the-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/md5-insert-an-encrypted-string-or-password-to-the-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Fri, 16 May 2008 12:13:16 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Submit-button]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=31</guid>
		<description><![CDATA[Editor&#8217;s note: In a login system, there are user names and passwords stored in the MySQL database. The passwords are normally stored as strings inside the database. To have a more security way to store the passwords in the database, it is better to store an encrypted version of the password, therefore only the password [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/md5-insert-an-encrypted-string-or-password-to-the-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Insert values into MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/insert-values-into-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/insert-values-into-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Mon, 12 May 2008 12:43:55 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Submit-button]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=25</guid>
		<description><![CDATA[Editor&#8217;s note: In my past projects, especially those for company use, many of them involved with a login system and have the user name and password stored in a MySQL database. Sometime for administrators, there is a need for them to add more users when there is a new stuff for example, and therefore it [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/insert-values-into-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

