<?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; MySQL</title>
	<atom:link href="http://www.phpsuperblog.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Learn PHP Together</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:26:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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>admin</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>0</slash:comments>
		</item>
		<item>
		<title>Include PHP variable in a MySQL query</title>
		<link>http://www.phpsuperblog.com/php/include-php-variable-in-a-mysql-query/</link>
		<comments>http://www.phpsuperblog.com/php/include-php-variable-in-a-mysql-query/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 03:31:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=140</guid>
		<description><![CDATA[Editor&#8217;s note: In cases, we have to include PHP variables within a MySQL query, here is how it is done: Here is an example PHP file to demonstrate how to do so: $query = &#34;SELECT * FROM table1&#34;; $result = mysql_query&#40;$query&#41;or die&#40;mysql_error&#40;&#41;&#41;; while &#40;$line = mysql_fetch_assoc&#40;$result&#41;&#41; &#123; mysql_query&#40;&#34;UPDATE table2 SET name = ???&#34;&#41;or die&#40;mysql_error&#40;&#41;&#41;; &#125; [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/include-php-variable-in-a-mysql-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install AppServ &#8211; A server environment with (the PHP, MySQL and Apache) into Windows</title>
		<link>http://www.phpsuperblog.com/mysql/install-appserv-a-server-environment-with-the-php-mysql-and-apache-into-windows/</link>
		<comments>http://www.phpsuperblog.com/mysql/install-appserv-a-server-environment-with-the-php-mysql-and-apache-into-windows/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 15:40:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=55</guid>
		<description><![CDATA[If you website is not host in home computer but in an external public company and sometimes you might like to test some PHP and MySQL applications, it is not necessary to upload the files there for testing before it actually goes live. We could install a PHP, MySQL and Apache environment in windows for [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/mysql/install-appserv-a-server-environment-with-the-php-mysql-and-apache-into-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
