<?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>Doing My Best... a Web Developers Blog &#187; Uncategorized</title>
	<atom:link href="http://www.iwilldomybest.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iwilldomybest.com</link>
	<description>Ranging from PHP &#38; MySQL to Random Crap from the internet, I got it all here.</description>
	<lastBuildDate>Sun, 31 Jan 2010 01:46:38 +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>New Version, New Theme</title>
		<link>http://www.iwilldomybest.com/2008/10/new-version-new-theme/</link>
		<comments>http://www.iwilldomybest.com/2008/10/new-version-new-theme/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 22:32:14 +0000</pubDate>
		<dc:creator>dschreck</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.iwilldomybest.com/?p=26</guid>
		<description><![CDATA[I went ahead and updated wordpress, so we'll see if this version stays stable. Also, changed themes, until I finish with my own. Hopefully this will be the last time before I settle on my own.]]></description>
			<content:encoded><![CDATA[<p>I went ahead and updated wordpress, so we'll see if this version stays stable.</p>
<p>Also, changed themes, until I finish with my own. Hopefully this will be the last time before I settle on my own.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwilldomybest.com/2008/10/new-version-new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Won a Bet With This</title>
		<link>http://www.iwilldomybest.com/2007/09/i-won-a-bet-with-this/</link>
		<comments>http://www.iwilldomybest.com/2007/09/i-won-a-bet-with-this/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 17:56:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.e-dirtylaundry.com/2007/09/28/i-won-a-bet-with-this/</guid>
		<description><![CDATA[Apparently you can't create variables that start with a number in PHP. Well I made it happen. Try it: And just to make sure that you really did create a variable with the name of '42', add this to the end: print_r(get_defined_vars()); And somewhere near the bottom of the list, you'll see it.]]></description>
			<content:encoded><![CDATA[<p>Apparently you can't create variables that start with a number in PHP.<br />
Well I made it happen.<br />
<span id="more-4"></span><br />
Try it:<br />
<code><br />
<?php<br />
$foutytwo = 42;<br />
var_dump($fortytwo);<br />
echo ${$fortytwo} = 'fortytwo';<br />
?><br />
</code></p>
<p>And just to make sure that  you really did create a variable with the name of '42', add this to the end:<br />
<code><br />
print_r(get_defined_vars());<br />
</code></p>
<p>And somewhere near the bottom of the list, you'll see it. <img src='http://www.iwilldomybest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwilldomybest.com/2007/09/i-won-a-bet-with-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
