<?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>ANIL KUMAR PANIGRAHI &#039;s Blog &#187; mysql</title>
	<atom:link href="http://www.anil2u.info/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anil2u.info</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 18:21:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Multi-language support for web application with MySql and PHP</title>
		<link>http://www.anil2u.info/2011/08/multi-language-support-for-web-application-with-mysql-and-php/</link>
		<comments>http://www.anil2u.info/2011/08/multi-language-support-for-web-application-with-mysql-and-php/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 07:26:54 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[General Category]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Simple CSS Code]]></category>
		<category><![CDATA[Style & Scripts]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[anil2u]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[Multi-language]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=870</guid>
		<description><![CDATA[Hi friends, in this post i would like to explain about Multi-language support for web application with MySql and PHP. I got many requests from users to multi-language using google translator is fine but the grammar is not properly established. So we can avoid and easily implement using mysql and php. I have removed this [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/08/multi-language-support-for-web-application-with-mysql-and-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simple Steps to Build a Custom CMS application Using PHP</title>
		<link>http://www.anil2u.info/2011/07/simple-steps-to-build-a-custom-cms-application-using/</link>
		<comments>http://www.anil2u.info/2011/07/simple-steps-to-build-a-custom-cms-application-using/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 16:38:41 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[custom cms]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Simple Steps to Build a Custom CMS application Using PHP]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=862</guid>
		<description><![CDATA[In this post i would like to build a Simple Steps to Build a Custom CMS application Using PHP and Mysql. We will pulling data ( content ) from mysql and displayed in the nice formated way to display in the front-end section. And Content is manageble by admin section by WYSIWYG editor. Database Table [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/07/simple-steps-to-build-a-custom-cms-application-using/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to calculate statistics in daily, weekly , monthly and yearly using php</title>
		<link>http://www.anil2u.info/2011/06/how-to-calculate-statistics-in-daily-weekly-monthly-and-yearly-using-php/</link>
		<comments>http://www.anil2u.info/2011/06/how-to-calculate-statistics-in-daily-weekly-monthly-and-yearly-using-php/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 13:14:49 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[General Category]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[calculate using php]]></category>
		<category><![CDATA[days report]]></category>
		<category><![CDATA[monthly report]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[weekly report]]></category>
		<category><![CDATA[yearly report]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=836</guid>
		<description><![CDATA[In this post i am going to explain about how to calculate statistics in daily, weekly , monthly and yearly using php. Recently i have worked in this concept. In the administration section we need to display these type statistics. I will explain graphs in the next post. Get these information from the database and [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/06/how-to-calculate-statistics-in-daily-weekly-monthly-and-yearly-using-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XML crud operations using php</title>
		<link>http://www.anil2u.info/2010/12/xml-crud-operations-using-php/</link>
		<comments>http://www.anil2u.info/2010/12/xml-crud-operations-using-php/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 11:20:37 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[Curd operations]]></category>
		<category><![CDATA[curd operations on xml]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=737</guid>
		<description><![CDATA[Hi friends,In this post i would like to explain about curd operations ( add, edit and delete ) data using xml file. It is simple to maintain and rapid in the operations, it will be useful when simple operations required. Below code explain the how to insert , edit , view and delete operations using [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/12/xml-crud-operations-using-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to change order of display posts using php</title>
		<link>http://www.anil2u.info/2010/08/how-to-change-order-of-display-posts-using-php/</link>
		<comments>http://www.anil2u.info/2010/08/how-to-change-order-of-display-posts-using-php/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 08:03:52 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Kumar Panigrahi]]></category>
		<category><![CDATA[change order]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=673</guid>
		<description><![CDATA[Hi friends, In this post i would like to explain about how to change the order of placements using php code. It is simple code to implement. We can use this code in admin section to change the order and display those content depends on order. Today i want to share with you all. Database [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/08/how-to-change-order-of-display-posts-using-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to create rss feeds using php and mysql</title>
		<link>http://www.anil2u.info/2010/07/how-to-create-rss-feeds-using-php-and-mysql/</link>
		<comments>http://www.anil2u.info/2010/07/how-to-create-rss-feeds-using-php-and-mysql/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 18:43:20 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Anil]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=620</guid>
		<description><![CDATA[In this post i want to explain how to create rss feeds using php code and get the data from mysql table. It is very simple to develop and use. &#160; Step 1 : Connect to database &#160; We already discussed about how to connect database using php code.See the following code to connect database: [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/07/how-to-create-rss-feeds-using-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to import and export big database files</title>
		<link>http://www.anil2u.info/2010/04/how-to-import-and-export-big-database-files/</link>
		<comments>http://www.anil2u.info/2010/04/how-to-import-and-export-big-database-files/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 12:30:25 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=536</guid>
		<description><![CDATA[Hello friends, today i want to share some basic concepts but we need to know about import and export databases. If it is small database file, we can directly export or import from the phpmyadmin. Process to export: 1) Go to phpmyadmin -&#62; click on database -&#62; there we have button called &#8220;export&#8221;. 2) When [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/04/how-to-import-and-export-big-database-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get list of table names from database in mysql?</title>
		<link>http://www.anil2u.info/2010/03/how-to-get-list-of-table-names-from-database-in-mysql/</link>
		<comments>http://www.anil2u.info/2010/03/how-to-get-list-of-table-names-from-database-in-mysql/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 05:20:01 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Kumar Panigrahi]]></category>
		<category><![CDATA[anil2u]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=517</guid>
		<description><![CDATA[Hi friends, I got the requirement to display the list of table names from the database using php code. I got the solution for it, once check the below code. 1) Connect to database: mysql_connect(&#8220;dbserver&#8221;,&#8221;dbuser&#8221;,&#8221;dbpassword&#8221;); 2)Get the list of tables from table $result = mysql_list_tables(&#8220;dbname&#8221;); 3) Count the total number of tables $num_tables = mysql_num_rows($result); [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/03/how-to-get-list-of-table-names-from-database-in-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to create excel file with mysql data using php code</title>
		<link>http://www.anil2u.info/2010/03/how-to-create-excel-file-with-mysql-data-using-php-code/</link>
		<comments>http://www.anil2u.info/2010/03/how-to-create-excel-file-with-mysql-data-using-php-code/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:42:57 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil]]></category>
		<category><![CDATA[Anil Kumar Panigrahi]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/2010/03/05/how-to-create-excel-file-with-mysql-data-using-php-code/</guid>
		<description><![CDATA[Hello friends, I have code for how to create a excel file with mysql data using php code. By following 5 steps to create excel file.We can implement it in admin section of websites for user list excel file. Follow the below steps to retrieve the data from database: &#160; 1) Connect to database: 1234567891011121314151617$dbhost= [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/03/how-to-create-excel-file-with-mysql-data-using-php-code/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to take backup of Database using PHP code?</title>
		<link>http://www.anil2u.info/2009/06/how-to-take-backup-of-database-using-php-code/</link>
		<comments>http://www.anil2u.info/2009/06/how-to-take-backup-of-database-using-php-code/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 10:30:50 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://anil2u.wordpress.com/?p=202</guid>
		<description><![CDATA[I want to share my views with you all on how to take backup of Database(mysql) using simple php code. , i recently worked on some project, due to some reasons i lost my database, then i think for is any code for taking backup of database, finally i got this code and now i [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2009/06/how-to-take-backup-of-database-using-php-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

