<?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>Developing Webs &#187; mysql</title>
	<atom:link href="http://sandaldjepit.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandaldjepit.com</link>
	<description>Think Forward, not Backward</description>
	<lastBuildDate>Mon, 15 Feb 2010 04:26:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Export MySQL table to Excel file using php script</title>
		<link>http://sandaldjepit.com/2009/export-mysql-table-to-excel-file-using-php-script/</link>
		<comments>http://sandaldjepit.com/2009/export-mysql-table-to-excel-file-using-php-script/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 02:43:40 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php export data]]></category>
		<category><![CDATA[php to xls]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=91</guid>
		<description><![CDATA[You might want to export your data to view in excel so is&#8217;t more read able rather than reading the result in a mysql console&#8217;s. here&#8217;s how.
First you need to change the configuration to work well.


&#60;?php

/**
 * @author sapta
 * @copyright 2009
 */

$cdate = date(&#34;Y-m-d&#34;); // get current date

// configuration
$mysql_host = 'localhost';
$mysql_user = 'root';
$mysql_pass = [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/how-to-export-mysql-data-table-to-excel-csv-format-with-sql-query/' rel='bookmark' title='Permanent Link: How to: Export MySQL data table to excel / csv format with SQL query'>How to: Export MySQL data table to excel / csv format with SQL query</a></li><li><a href='http://sandaldjepit.com/2009/handling-file-upload-using-php-script/' rel='bookmark' title='Permanent Link: Handling file upload using PHP Script'>Handling file upload using PHP Script</a></li><li><a href='http://sandaldjepit.com/2009/creating-user-online-program-with-php/' rel='bookmark' title='Permanent Link: Creating user online program with php'>Creating user online program with php</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/export-mysql-table-to-excel-file-using-php-script/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to: Export MySQL data table to excel / csv format with SQL query</title>
		<link>http://sandaldjepit.com/2009/how-to-export-mysql-data-table-to-excel-csv-format-with-sql-query/</link>
		<comments>http://sandaldjepit.com/2009/how-to-export-mysql-data-table-to-excel-csv-format-with-sql-query/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 11:46:01 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[export to csv]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql to excel]]></category>
		<category><![CDATA[sql query]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/2009/03/27/how-to-export-mysql-data-table-to-excel-csv-format-with-sql-query/</guid>
		<description><![CDATA[
This tutorial will guide you to learn how to export data from MySQL table to the CSV (Comma-separated values) format. The CSV file format is a common file type that stores tabular data usually processed in applications like Microsoft Excel (XLS), each data separated with comma.
Export mysql data table to csv format using simple sql [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/export-mysql-table-to-excel-file-using-php-script/' rel='bookmark' title='Permanent Link: Export MySQL table to Excel file using php script'>Export MySQL table to Excel file using php script</a></li><li><a href='http://sandaldjepit.com/2009/creating-user-online-program-with-php/' rel='bookmark' title='Permanent Link: Creating user online program with php'>Creating user online program with php</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/how-to-export-mysql-data-table-to-excel-csv-format-with-sql-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
