<?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>SecondVersion&#039;s Blog &#187; php</title>
	<atom:link href="http://www.secondversion.com/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.secondversion.com</link>
	<description>The rants and ramblings of Eric Sizemore aka SecondVersion.</description>
	<lastBuildDate>Mon, 23 Aug 2010 13:49:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>[PHP] &#8211; Check if a URL is valid/exists</title>
		<link>http://www.secondversion.com/blog/2009/12/04/php-check-if-a-url-is-valid-exists/</link>
		<comments>http://www.secondversion.com/blog/2009/12/04/php-check-if-a-url-is-valid-exists/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 02:12:50 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.secondversion.com/?p=14</guid>
		<description><![CDATA[Hello folks. The following is a PHP function that will check a given URL to see if it&#8217;s valid, and check to see if it is responding (ie: returning Status: 200 OK). First, the function function is_valid_url&#40;$url&#41; &#123; &#160; &#160; if &#40;!&#40;$url = @parse_url&#40;$url&#41;&#41;&#41; &#160; &#160; &#123; &#160; &#160; &#160; &#160; return false; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.secondversion.com/blog/2009/12/04/php-check-if-a-url-is-valid-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Name Portfolio</title>
		<link>http://www.secondversion.com/blog/2009/11/29/domain-name-portfolio/</link>
		<comments>http://www.secondversion.com/blog/2009/11/29/domain-name-portfolio/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 22:14:22 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Domains]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.secondversion.com/?p=10</guid>
		<description><![CDATA[Domain Name Portfolio is a free PHP/MySQL application that is built to help domain name owners organize their portfolio. The software is developed by me, Eric Sizemore, and was first started in January 2006; and it has come a long way in nearly 4 years of development. I encourage any domain name owner who needs [...]]]></description>
		<wfw:commentRss>http://www.secondversion.com/blog/2009/11/29/domain-name-portfolio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
