<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Box Model Junkie</title>
	<atom:link href="http://boxmodeljunkie.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://boxmodeljunkie.com</link>
	<description>Web Design &#38; Development Blog</description>
	<lastBuildDate>Fri, 27 Apr 2012 16:43:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Create A Simple PHP Contact Form by Mandy</title>
		<link>http://boxmodeljunkie.com/create-a-simple-php-contact-form/#comment-3183</link>
		<dc:creator>Mandy</dc:creator>
		<pubDate>Fri, 27 Apr 2012 16:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=163#comment-3183</guid>
		<description>Ya, that is what I&#039;ve been doing. I was just hoping you might have come across this before. It&#039;s super frustrating. All I can find is about extra white space. Is there anything else that might cause it. I thought it was strange that it points to line one of validate.class.php, that&#039;s the first place I checked and there is no extra white space. So I searched both docs and can&#039;t seem to come up with anything. Thanks for your reply, let me know if you can suggest anything else :)</description>
		<content:encoded><![CDATA[<p>Ya, that is what I&#8217;ve been doing. I was just hoping you might have come across this before. It&#8217;s super frustrating. All I can find is about extra white space. Is there anything else that might cause it. I thought it was strange that it points to line one of validate.class.php, that&#8217;s the first place I checked and there is no extra white space. So I searched both docs and can&#8217;t seem to come up with anything. Thanks for your reply, let me know if you can suggest anything else <img src='http://boxmodeljunkie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create A Simple PHP Contact Form by Nate Smith</title>
		<link>http://boxmodeljunkie.com/create-a-simple-php-contact-form/#comment-3182</link>
		<dc:creator>Nate Smith</dc:creator>
		<pubDate>Fri, 27 Apr 2012 13:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=163#comment-3182</guid>
		<description>The action=”.” just means submit the form to the current page.</description>
		<content:encoded><![CDATA[<p>The action=”.” just means submit the form to the current page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create A Simple PHP Contact Form by Nate Smith</title>
		<link>http://boxmodeljunkie.com/create-a-simple-php-contact-form/#comment-3181</link>
		<dc:creator>Nate Smith</dc:creator>
		<pubDate>Fri, 27 Apr 2012 13:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=163#comment-3181</guid>
		<description>You can change the forms action to the URL of your contact form.  That should fix the problem.</description>
		<content:encoded><![CDATA[<p>You can change the forms action to the URL of your contact form.  That should fix the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create A Simple PHP Contact Form by Nate Smith</title>
		<link>http://boxmodeljunkie.com/create-a-simple-php-contact-form/#comment-3180</link>
		<dc:creator>Nate Smith</dc:creator>
		<pubDate>Fri, 27 Apr 2012 13:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=163#comment-3180</guid>
		<description>Your server has to be able to run PHP scripts.  Try looking into xampp for local development.</description>
		<content:encoded><![CDATA[<p>Your server has to be able to run PHP scripts.  Try looking into xampp for local development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create A Simple PHP Contact Form by Nate Smith</title>
		<link>http://boxmodeljunkie.com/create-a-simple-php-contact-form/#comment-3179</link>
		<dc:creator>Nate Smith</dc:creator>
		<pubDate>Fri, 27 Apr 2012 13:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=163#comment-3179</guid>
		<description>Google &quot;headers already sent php&quot;, that should get you started in the right direction.  Usually this problem is because you have extra whitespace somewhere.  Hope that helps.</description>
		<content:encoded><![CDATA[<p>Google &#8220;headers already sent php&#8221;, that should get you started in the right direction.  Usually this problem is because you have extra whitespace somewhere.  Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create A Simple PHP Contact Form by Mandy</title>
		<link>http://boxmodeljunkie.com/create-a-simple-php-contact-form/#comment-3178</link>
		<dc:creator>Mandy</dc:creator>
		<pubDate>Thu, 26 Apr 2012 21:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=163#comment-3178</guid>
		<description>Hi Nate,

I have an issue I can&#039;t figure out. The form works awesome, I absolutely love it, until I try to add a phone number field. After that I get an error: Warning: Cannot modify header information - headers already sent by (... mobile/validate.class.php:1). The email goes through just fine. I receive it, but to the user it looks like there was an error because it can&#039;t post the success message. Can you point me in the right direction here, I have tried everything I can think of. Thank you!</description>
		<content:encoded><![CDATA[<p>Hi Nate,</p>
<p>I have an issue I can&#8217;t figure out. The form works awesome, I absolutely love it, until I try to add a phone number field. After that I get an error: Warning: Cannot modify header information &#8211; headers already sent by (&#8230; mobile/validate.class.php:1). The email goes through just fine. I receive it, but to the user it looks like there was an error because it can&#8217;t post the success message. Can you point me in the right direction here, I have tried everything I can think of. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create A Simple PHP Contact Form by Todd M.</title>
		<link>http://boxmodeljunkie.com/create-a-simple-php-contact-form/#comment-3177</link>
		<dc:creator>Todd M.</dc:creator>
		<pubDate>Mon, 23 Apr 2012 08:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=163#comment-3177</guid>
		<description>Great PHP tut. Thanks for posting, love the process.</description>
		<content:encoded><![CDATA[<p>Great PHP tut. Thanks for posting, love the process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Custom Menus by Nichive</title>
		<link>http://boxmodeljunkie.com/wordpress-custom-menus/#comment-3174</link>
		<dc:creator>Nichive</dc:creator>
		<pubDate>Mon, 16 Apr 2012 01:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=292#comment-3174</guid>
		<description>Thanks for the functions, that helped me.
Can I have a simple CSS to activate accordion type menu, please?</description>
		<content:encoded><![CDATA[<p>Thanks for the functions, that helped me.<br />
Can I have a simple CSS to activate accordion type menu, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create A Simple PHP Contact Form by Laurie</title>
		<link>http://boxmodeljunkie.com/create-a-simple-php-contact-form/#comment-3165</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Sun, 25 Mar 2012 21:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=163#comment-3165</guid>
		<description>I have designed an form that is part of a webpage and I&#039;m trying to figure out how to validate it.  

Your example is the easiest I&#039;ve come across, but I still can&#039;t alter your code to successfully work with my form. 

Also when I save the page with the .php extension the page is blank and firefox asks me if I want to run the script?  Even when it on my ftp.

Any help would be greatly welcomed.

Laurie</description>
		<content:encoded><![CDATA[<p>I have designed an form that is part of a webpage and I&#8217;m trying to figure out how to validate it.  </p>
<p>Your example is the easiest I&#8217;ve come across, but I still can&#8217;t alter your code to successfully work with my form. </p>
<p>Also when I save the page with the .php extension the page is blank and firefox asks me if I want to run the script?  Even when it on my ftp.</p>
<p>Any help would be greatly welcomed.</p>
<p>Laurie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 30+ Enlightened Typography Artworks, Portraits and Typefaces by AimanMD</title>
		<link>http://boxmodeljunkie.com/enlightened-typography-artworks-portraits-and-typefaces/#comment-3161</link>
		<dc:creator>AimanMD</dc:creator>
		<pubDate>Sat, 17 Mar 2012 19:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=531#comment-3161</guid>
		<description>thx for the review of my skull typo art,appreciated it :)</description>
		<content:encoded><![CDATA[<p>thx for the review of my skull typo art,appreciated it <img src='http://boxmodeljunkie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

