<?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>Tips and Tricks &#187; PHP</title>
	<atom:link href="http://www.legend.ws/blog/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.legend.ws/blog</link>
	<description>Find useful tips and tricks related to your every day techy needs</description>
	<lastBuildDate>Fri, 06 Nov 2009 08:59:14 +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>Display page load time</title>
		<link>http://www.legend.ws/blog/tips-tricks/display-page-load-time/</link>
		<comments>http://www.legend.ws/blog/tips-tricks/display-page-load-time/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 15:23:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.legend.ws/blog/?p=76</guid>
		<description><![CDATA[You may want to display the time it took to load a page. Following is a set of simple PHP code which would help you achieve this goal. Place the following snippet at the very top of your page. (Ultimately, it&#8217;s advisable to have a header file and a footer file that are included on [...]]]></description>
		<wfw:commentRss>http://www.legend.ws/blog/tips-tricks/display-page-load-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add authentication to any php page the easy way</title>
		<link>http://www.legend.ws/blog/tips-tricks/php-authentication-login-script/</link>
		<comments>http://www.legend.ws/blog/tips-tricks/php-authentication-login-script/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 11:40:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.legend.ws/blog/tips-tricks/php-authentication-login-script/</guid>
		<description><![CDATA[This is useful for anyone who&#8217;d like to add a login form to any php page. Simply, save the following code as access.php, and insert the following snippet on the first line of any php file you want protected. < ?php include "access.php"; ?> (remove the space before the question mark) Voila! as easy as [...]]]></description>
		<wfw:commentRss>http://www.legend.ws/blog/tips-tricks/php-authentication-login-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP script to import csv data into mysql</title>
		<link>http://www.legend.ws/blog/tips-tricks/csv-php-mysql-import/</link>
		<comments>http://www.legend.ws/blog/tips-tricks/csv-php-mysql-import/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 20:01:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://legend.ws/blog/tips-tricks/csv-php-mysql-import/</guid>
		<description><![CDATA[This is a simple script that will allow you to import csv data into your database. This comes handy because you can simply edit the appropriate fields, upload it along with the csv file and call it from the web and it will do the rest. It allows you to specify the delimiter in this [...]]]></description>
		<wfw:commentRss>http://www.legend.ws/blog/tips-tricks/csv-php-mysql-import/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>How to import a csv file into mysql from the prompt</title>
		<link>http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/</link>
		<comments>http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 17:40:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/</guid>
		<description><![CDATA[For the follows out there who do not know how to import coma separated data into mysql from the prompt, here it is: Assume: PATH is the path to the csv file (can be relative to the directory you were in before logging into mysql) TABLE is the table name that you have already created [...]]]></description>
		<wfw:commentRss>http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
