<?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>Free Code Collection &#187; MySQL</title>
	<atom:link href="http://www.freecodecollection.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freecodecollection.com</link>
	<description>Your own code collection</description>
	<lastBuildDate>Mon, 19 Jul 2010 12:46:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Get Max field value of MySQL Table by PHP</title>
		<link>http://www.freecodecollection.com/get-max-field-value-of-mysql-table-by-php/</link>
		<comments>http://www.freecodecollection.com/get-max-field-value-of-mysql-table-by-php/#comments</comments>
		<pubDate>Wed, 19 May 2010 10:23:10 +0000</pubDate>
		<dc:creator>Hussain</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Max value]]></category>
		<category><![CDATA[mysql connection]]></category>

		<guid isPermaLink="false">http://www.freecodecollection.com/?p=75</guid>
		<description><![CDATA[<p>This function helps to get the max value of the table for the field. You will just require to pass the field which you want the max value and the table name it will return the max value of that field. <a href='http://www.freecodecollection.com/get-max-field-value-of-mysql-table-by-php/' rel="nofollow">Continue reading...</a></p>]]></description>
			<content:encoded><![CDATA[<p>This function helps to get the max value of the table for the field. You will just require to pass the field which you want the max value and the table name it will return the max value of that field. <a href='http://www.freecodecollection.com/get-max-field-value-of-mysql-table-by-php/' rel="nofollow">Continue reading...</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.freecodecollection.com/get-max-field-value-of-mysql-table-by-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect to a MySQL database</title>
		<link>http://www.freecodecollection.com/connect-to-a-mysql-database/</link>
		<comments>http://www.freecodecollection.com/connect-to-a-mysql-database/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 10:44:33 +0000</pubDate>
		<dc:creator>Hussain</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[database connection]]></category>
		<category><![CDATA[mysql connection]]></category>
		<category><![CDATA[php mysql connection]]></category>

		<guid isPermaLink="false">http://freecodecollection.com/?p=50</guid>
		<description><![CDATA[<p>To connect to a MySQL database to make the data from the database available in your Web application, you can do two things:<br />
1. create a connect.php page, and &#8216;include&#8217; this page in the PHP page(s) where you need the connection to the database. <a href='http://www.freecodecollection.com/connect-to-a-mysql-database/' rel="nofollow">Continue reading...</a></p>]]></description>
			<content:encoded><![CDATA[<p>To connect to a MySQL database to make the data from the database available in your Web application, you can do two things:<br />
1. create a connect.php page, and &#8216;include&#8217; this page in the PHP page(s) where you need the connection to the database. <a href='http://www.freecodecollection.com/connect-to-a-mysql-database/' rel="nofollow">Continue reading...</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.freecodecollection.com/connect-to-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
