<?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>Linde002::PHP &#187; mysql</title>
	<atom:link href="http://php.linde002.nl/wordpress/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://php.linde002.nl/wordpress</link>
	<description>Just another PHP blog</description>
	<lastBuildDate>Wed, 04 Nov 2009 19:34:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Trees and tribulations</title>
		<link>http://php.linde002.nl/wordpress/2009/06/03/trees-and-tribulations/</link>
		<comments>http://php.linde002.nl/wordpress/2009/06/03/trees-and-tribulations/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 13:41:13 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[trees]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=115</guid>
		<description><![CDATA[I was working on a small webapp a couple of months ago that would help my girlfriend manage her research data on horses. Amongst her wishes was that she would be able to view the selected horse&#8217;s family tree.
Now this is a specific wish that contains two generic problems.

Retrieving hierarchical data from flat dataset
Representing hierarchial [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2009/06/03/trees-and-tribulations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5, MySQL, Windows &amp; Stored procedures</title>
		<link>http://php.linde002.nl/wordpress/2008/10/30/php-5-mysql-windows-stored-procedures/</link>
		<comments>http://php.linde002.nl/wordpress/2008/10/30/php-5-mysql-windows-stored-procedures/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:31:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[stored procedures]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=66</guid>
		<description><![CDATA[For people like me who develop on and for windows (at times) and who like to use MySQL&#8217;s stored procedures here&#8217;s a quick tip.
Some PHP versions give the following warning when you call stored procedures in PDO.

For example:

$statement = $pdo-&#62;prepare("CALL my_proc(?)");
$statement-&#62;execute(array($myVar));

Can result in the following error:

code: HY000, msg: Cannot execute queries while other unbuffered queries [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2008/10/30/php-5-mysql-windows-stored-procedures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding geographical distances between two points in MySQL 5</title>
		<link>http://php.linde002.nl/wordpress/2008/10/30/finding-geographical-distances-between-two-points-in-mysql-5/</link>
		<comments>http://php.linde002.nl/wordpress/2008/10/30/finding-geographical-distances-between-two-points-in-mysql-5/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:23:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[spatial]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=61</guid>
		<description><![CDATA[For a project I&#8217;m working on I needed to find the distances between two points to be able to let users ask the application questions like: &#8220;How many points of type X (coworkers, jobs, gas stations, donutshops) are within a radius of point y (my home, my office, my previous donut shop). Or what is [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2008/10/30/finding-geographical-distances-between-two-points-in-mysql-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
