<?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>Phil Havens&#039; Portfolio &#187; PHP</title>
	<atom:link href="http://philhavens.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://philhavens.com</link>
	<description>The Personal Portfolio for Phil Havens</description>
	<lastBuildDate>Mon, 22 Mar 2010 04:56:42 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My First PHP Script (Kinda)</title>
		<link>http://philhavens.com/my-first-php-script-kinda/</link>
		<comments>http://philhavens.com/my-first-php-script-kinda/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 16:19:15 +0000</pubDate>
		<dc:creator>Phil Havens</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[checker]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://philhavens.com/?p=255</guid>
		<description><![CDATA[Last summer I set a goal for myself to learn PHP.  That didn&#8217;t come around at all though.  But, this summer is different!  I just completed a simple little PHP script and it&#8217;s only the second day of summer!  I didn&#8217;t really do all the work myself either, so it&#8217;s not [...]]]></description>
			<content:encoded><![CDATA[<p>Last summer I set a goal for myself to learn PHP.  That didn&#8217;t come around at all though.  But, this summer is different!  I just completed a simple little PHP script and it&#8217;s only the second day of summer!  I didn&#8217;t really do all the work myself either, so it&#8217;s not really truly &#8220;my&#8221; script.  I just brought together little code snippets that I found and just kept changing variables until things worked out <img src='http://philhavens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The goal of the script was to make a simple way to send emails to a certain address in order to check if they were working.  Before, I would always log into another email account and then send an email to the address that I&#8217;m checking to see if it&#8217;s working.  Or I would just ask a friend to send an email to it.  The first option just takes forever and the second one usually never works out because the friend I ask is a bum.  That&#8217;s where the script comes along!  You put in your email address you&#8217;re looking to check and the form submits that value to a PHP variable in a <code>sendmail</code> function.</p>
<p><a href="http://dev.philhavens.com/php/email-test/" class="post-button" >Email Checker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://philhavens.com/my-first-php-script-kinda/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
