<?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>Made in Paté &#187; mysql</title>
	<atom:link href="http://djpate.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://djpate.com</link>
	<description>A do-it yourself blog</description>
	<lastBuildDate>Fri, 02 Dec 2011 14:12:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to : Create a simple url shortener script is a few minutes</title>
		<link>http://djpate.com/2009/08/09/how-to-create-a-simple-url-shortener-script-is-a-few-minuts/</link>
		<comments>http://djpate.com/2009/08/09/how-to-create-a-simple-url-shortener-script-is-a-few-minuts/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 20:22:05 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[tinyurl]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=90</guid>
		<description><![CDATA[Hello all, First let&#8217;s explain the basics of what we are trying to do. We&#8217;ll build a script that will replace any type of url to a tiny url so it&#8217;s easier to post or be untraceable. For example this *long* google maps url http://maps.google.fr/maps?f=q&#038;source=s_q&#038;hl=fr&#038;geocode=&#038;q=white+house&#038;sll=46.75984,1.738281&#038;sspn=10.178118,28.54248&#038;ie=UTF8&#038;z=15&#038;iwloc=A could become http://your.site/v/12345 you can check it out here : [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/08/09/how-to-create-a-simple-url-shortener-script-is-a-few-minuts/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Mysql Class for php5 using singleton</title>
		<link>http://djpate.com/2009/05/22/mysql-class-for-php5-using-singleton/</link>
		<comments>http://djpate.com/2009/05/22/mysql-class-for-php5-using-singleton/#comments</comments>
		<pubDate>Fri, 22 May 2009 14:29:00 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[singleton]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=30</guid>
		<description><![CDATA[Hello again, I thought i&#8217;ll share another one of my little personal scripts with you guys. Here is the mysql class I use on most of my project, nothing fancy but does the work for what I need most of the time. Since it use Singleton you have to call it like that]]></description>
		<wfw:commentRss>http://djpate.com/2009/05/22/mysql-class-for-php5-using-singleton/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

