<?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>Tech-Evangelist &#187; MySQL Tutorials</title>
	<atom:link href="http://www.tech-evangelist.com/category/mysql-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-evangelist.com</link>
	<description>Technical Articles, Musings and Opinions from Tech-Evangelist</description>
	<lastBuildDate>Sun, 29 Jan 2012 20:30:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Using the MySQL LIMIT Clause for Paging with PHP</title>
		<link>http://www.tech-evangelist.com/2008/10/16/mysql-limit-paging/</link>
		<comments>http://www.tech-evangelist.com/2008/10/16/mysql-limit-paging/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 01:31:52 +0000</pubDate>
		<dc:creator>Doogie</dc:creator>
				<category><![CDATA[MySQL Tutorials]]></category>
		<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://www.tech-evangelist.com/?p=110</guid>
		<description><![CDATA[One of the first questions that comes up when someone starts using PHP and the very powerful MySQL database is: How do I page through the results of a query like I see with search results on many web sites? This is pretty easy to accomplish if you know how to use the MySQL LIMIT [...]]]></description>
		<wfw:commentRss>http://www.tech-evangelist.com/2008/10/16/mysql-limit-paging/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>MySQL One Liners</title>
		<link>http://www.tech-evangelist.com/2008/07/05/mysql-one-liners/</link>
		<comments>http://www.tech-evangelist.com/2008/07/05/mysql-one-liners/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 22:42:30 +0000</pubDate>
		<dc:creator>Doogie</dc:creator>
				<category><![CDATA[MySQL Tutorials]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://www.tech-evangelist.com/?p=88</guid>
		<description><![CDATA[We have been using PHP and MySQL for web development almost exclusively for several years. During this time, our team has come up with a list of simple, yet powerful one line SQL statements that make MySQL easier to use. We thought we might share them with you. Check out the list and feel free [...]]]></description>
		<wfw:commentRss>http://www.tech-evangelist.com/2008/07/05/mysql-one-liners/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Creating a States Table in MySQL</title>
		<link>http://www.tech-evangelist.com/2008/06/02/mysql-states-table/</link>
		<comments>http://www.tech-evangelist.com/2008/06/02/mysql-states-table/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 23:20:43 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[MySQL Tutorials]]></category>
		<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://www.tech-evangelist.com/2008/06/02/mysql-states-table/</guid>
		<description><![CDATA[It is common to add a drop-down select box that is populated with USA states or Canadian provinces to PHP applications. There are basically three ways to do this. You can hard-code all of the Select box selections into your application, you can add the states to a MySQL database manually, or you can use [...]]]></description>
		<wfw:commentRss>http://www.tech-evangelist.com/2008/06/02/mysql-states-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using a MySQL Full-Text Search</title>
		<link>http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/</link>
		<comments>http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 23:03:06 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[MySQL Tutorials]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/</guid>
		<description><![CDATA[A full-text search allows a search of multiple text columns. If you are setting up a search of a series of articles or a site with lots of product-related content, a MySQL FULLTEXT search can make it very easy to find articles or products related to the keywords used by a searcher. This search method [...]]]></description>
		<wfw:commentRss>http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using MySQL Data Types</title>
		<link>http://www.tech-evangelist.com/2007/12/09/mysql-data-types/</link>
		<comments>http://www.tech-evangelist.com/2007/12/09/mysql-data-types/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 14:00:13 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[MySQL Tutorials]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://www.tech-evangelist.com/2007/12/09/mysql-data-types/</guid>
		<description><![CDATA[Sometimes it is not easy to determine which MySQL data type is the proper one to use. This tutorial should help to clarify that issue. ]]></description>
		<wfw:commentRss>http://www.tech-evangelist.com/2007/12/09/mysql-data-types/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MySQL Cheatsheet by Example</title>
		<link>http://www.tech-evangelist.com/2007/11/23/mysql-cheatsheet/</link>
		<comments>http://www.tech-evangelist.com/2007/11/23/mysql-cheatsheet/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 13:55:57 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Cheatsheets]]></category>
		<category><![CDATA[MySQL Tutorials]]></category>

		<guid isPermaLink="false">http://www.tech-evangelist.com/2007/11/23/mysql-cheatsheet/</guid>
		<description><![CDATA[MySQL is a very robust database that can take some time to learn. We offer this free cheatsheet to help the newbies to learn faster and to be a handy reference for seasoned professionals. ]]></description>
		<wfw:commentRss>http://www.tech-evangelist.com/2007/11/23/mysql-cheatsheet/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Preventing SQL Injection with MySQL and PHP</title>
		<link>http://www.tech-evangelist.com/2007/11/05/preventing-sql-injection-attack/</link>
		<comments>http://www.tech-evangelist.com/2007/11/05/preventing-sql-injection-attack/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 14:31:48 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[MySQL Tutorials]]></category>
		<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://www.tech-evangelist.com/2007/11/05/preventing-sql-injection-attack/</guid>
		<description><![CDATA[SQL vulnerabilities can allow a malicious user to list the content of a database table or delete data. learn how to prevent SQL injection attacks using tools built into PHP. ]]></description>
		<wfw:commentRss>http://www.tech-evangelist.com/2007/11/05/preventing-sql-injection-attack/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
	</channel>
</rss>

