<?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>Blog Joe Blog! &#187; PHP</title>
	<atom:link href="http://www.blogjoeblog.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogjoeblog.com</link>
	<description>Online Advertising Tips, and Tools to help you Market Better</description>
	<lastBuildDate>Tue, 09 Feb 2010 15:45:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SimpleXML in PHP5 is simply incredible</title>
		<link>http://www.blogjoeblog.com/2008/10/01/simplexml-in-php5-is-simply-incredible/</link>
		<comments>http://www.blogjoeblog.com/2008/10/01/simplexml-in-php5-is-simply-incredible/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 04:24:13 +0000</pubDate>
		<dc:creator>joetinsley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[CURL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SimpleXML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.blogjoeblog.com/?p=90</guid>
		<description><![CDATA[I&#8217;m not 100% sure if it was version 5 of PHP where XMl support was added but it&#8217;s a beautiful thing. Now with a minimum amount of code I&#8217;m able to efficiently parse through a XML feed without any trouble. Before XML support was added I would haveÂ  to write a few more lines of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not 100% sure if it was version 5 of PHP where XMl support was added but it&#8217;s a beautiful thing. Now with a minimum amount of code I&#8217;m able to efficiently parse through a XML feed without any trouble. Before XML support was added I would haveÂ  to write a few more lines of code using cURL. Will I abandon cURL, heck naw, cURL is like the Swiss army knife of functions, when all fails you can always rely on curl.</p>
<p>I&#8217;m adding a small snippet of code to the <a title="Blog Joe Blog Tools" href="http://www.blogjoeblog.com/tools/"><b><u>Blog Joe Blog Tools page</u></b></a>, feel free to chop it up and use as needed. Use your imagination there&#8217;s probably a gang you can pull off using this function.</p>
<p>See the wiki page they have some good examples also.</p>
<p>http://wiki.dreamhost.com/CURL_PHP_tutorial</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogjoeblog.com/2008/10/01/simplexml-in-php5-is-simply-incredible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
