<?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>Whoooop.co.uk &#187; PHP</title>
	<atom:link href="http://whoooop.co.uk/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://whoooop.co.uk</link>
	<description>Random mutterings from the insane</description>
	<lastBuildDate>Sun, 13 Sep 2009 11:23:37 +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>Removing White Space</title>
		<link>http://whoooop.co.uk/2005/03/24/removing-white-space/</link>
		<comments>http://whoooop.co.uk/2005/03/24/removing-white-space/#comments</comments>
		<pubDate>Thu, 24 Mar 2005 12:14:48 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[white space]]></category>

		<guid isPermaLink="false">http://whoooop.co.uk/2005/03/24/removing-white-space/</guid>
		<description><![CDATA[Quick Snippet to remove all the white space from a string. < ?php $string = "mary had a monkey called Booboo "; $text = preg_replace("/(\s)/", "", $string); ?>]]></description>
		<wfw:commentRss>http://whoooop.co.uk/2005/03/24/removing-white-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML to Array</title>
		<link>http://whoooop.co.uk/2005/03/20/xml-to-array/</link>
		<comments>http://whoooop.co.uk/2005/03/20/xml-to-array/#comments</comments>
		<pubDate>Sun, 20 Mar 2005 20:51:17 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[PHP4]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://whoooop.co.uk/2005/03/20/xml-to-array/</guid>
		<description><![CDATA[I had a problem were i couldn&#8217;t get my xml feeds into an array so i got these functions thatdo it for you and make your life so much easyer to handle, makes putting xml feeds into a db so much easyer. $url &#8211; is the location of the xml feed. and $data is the [...]]]></description>
		<wfw:commentRss>http://whoooop.co.uk/2005/03/20/xml-to-array/feed/</wfw:commentRss>
		<slash:comments>22</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! -->