<?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>PHP and MySQL Development &#187; MySQL</title>
	<atom:link href="http://mwillis.co.uk/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://mwillis.co.uk</link>
	<description>My thoughts and findings on PHP, MySQL and all things web development.</description>
	<lastBuildDate>Wed, 27 Apr 2011 21:20:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SugarSync Client update</title>
		<link>http://mwillis.co.uk/mysql/sugarsync-client-update/</link>
		<comments>http://mwillis.co.uk/mysql/sugarsync-client-update/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 13:49:54 +0000</pubDate>
		<dc:creator>Mark Willis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://mwillis.co.uk/?p=214</guid>
		<description><![CDATA[Hi all,
Good News - my SugarSync client is now in alpha - with the ability to download and upload files and folders based on last modified times.
I will provide some initial source code once I have tidied it up a bit and done some more extensive testing.
]]></description>
		<wfw:commentRss>http://mwillis.co.uk/mysql/sugarsync-client-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sorting MySQL Result by field</title>
		<link>http://mwillis.co.uk/mysql/sorting-mysql-result-by-field/</link>
		<comments>http://mwillis.co.uk/mysql/sorting-mysql-result-by-field/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 19:54:42 +0000</pubDate>
		<dc:creator>Mark Willis</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://mwillis.co.uk/?p=168</guid>
		<description><![CDATA[After my post about sorting multidimensional array's by an array of values I've now found a better way of keeping a mysql result set in order by using the ORDER BY FIELD() function. For example:
SELECT id,name FROM tbl_name ORDER BY FIELD&#40;id,3,4,2,6,8,1&#41; DESC
Will return the results in the correct order or using ASC instead of DESC [...]]]></description>
		<wfw:commentRss>http://mwillis.co.uk/mysql/sorting-mysql-result-by-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ip2long vs INET_ATON</title>
		<link>http://mwillis.co.uk/mysql/ip2long-vs-inet_aton/</link>
		<comments>http://mwillis.co.uk/mysql/ip2long-vs-inet_aton/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:47:52 +0000</pubDate>
		<dc:creator>Mark Willis</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[inet_aton]]></category>
		<category><![CDATA[ip2long]]></category>

		<guid isPermaLink="false">http://mwillis.co.uk/?p=67</guid>
		<description><![CDATA[Whilst I was making the IP range function for my crawler catcher, I stumbled upon the problem of signed and unsigned integers for ip address (ip2long, INET_ATON) and back again (long2ip, INET_NTOA) using PHP and MySQL respectively. This caused me a problem when I used ip2long to sort ip addresses by order, and received negative [...]]]></description>
		<wfw:commentRss>http://mwillis.co.uk/mysql/ip2long-vs-inet_aton/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
