<?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; PHP</title>
	<atom:link href="http://www.freecodecollection.com/category/php/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>Random generated password</title>
		<link>http://www.freecodecollection.com/random-generated-password/</link>
		<comments>http://www.freecodecollection.com/random-generated-password/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 12:25:18 +0000</pubDate>
		<dc:creator>Hussain</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[random password]]></category>
		<category><![CDATA[registration form]]></category>

		<guid isPermaLink="false">http://www.freecodecollection.com/?p=81</guid>
		<description><![CDATA[<p>Many time in registration page or forgotten password, the new password should be generated to sent. This code will help to generate random password. <a href='http://www.freecodecollection.com/random-generated-password/' rel="nofollow">Continue reading...</a></p>]]></description>
			<content:encoded><![CDATA[<p>Many time in registration page or forgotten password, the new password should be generated to sent. This code will help to generate random password. <a href='http://www.freecodecollection.com/random-generated-password/' rel="nofollow">Continue reading...</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.freecodecollection.com/random-generated-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Creating thumbnail through PHP</title>
		<link>http://www.freecodecollection.com/creating-thumbnail-through-php/</link>
		<comments>http://www.freecodecollection.com/creating-thumbnail-through-php/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 15:12:38 +0000</pubDate>
		<dc:creator>Hussain</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[gd library]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[image manupulation]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://freecodecollection.com/?p=29</guid>
		<description><![CDATA[<p>Easy to use function to create thumbnail image from image, it very use full for creating catalog display where user need not to enter two file for thumbnail and main image <a href='http://www.freecodecollection.com/creating-thumbnail-through-php/' rel="nofollow">Continue reading...</a></p>]]></description>
			<content:encoded><![CDATA[<p>Easy to use function to create thumbnail image from image, it very use full for creating catalog display where user need not to enter two file for thumbnail and main image <a href='http://www.freecodecollection.com/creating-thumbnail-through-php/' rel="nofollow">Continue reading...</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.freecodecollection.com/creating-thumbnail-through-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Function for easily uploading files in PHP</title>
		<link>http://www.freecodecollection.com/function-for-easily-uploading-files-in-php/</link>
		<comments>http://www.freecodecollection.com/function-for-easily-uploading-files-in-php/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 14:17:24 +0000</pubDate>
		<dc:creator>Hussain</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[file upload php]]></category>

		<guid isPermaLink="false">http://freecodecollection.com/?p=17</guid>
		<description><![CDATA[<p>A function for easily uploading files. This function will automatically generate a new file name so that files are not overwritten. <a href='http://www.freecodecollection.com/function-for-easily-uploading-files-in-php/' rel="nofollow">Continue reading...</a></p>]]></description>
			<content:encoded><![CDATA[<p>A function for easily uploading files. This function will automatically generate a new file name so that files are not overwritten. <a href='http://www.freecodecollection.com/function-for-easily-uploading-files-in-php/' rel="nofollow">Continue reading...</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.freecodecollection.com/function-for-easily-uploading-files-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
