<?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"
	>
<channel>
	<title>Comments on: Creating a simple, 1-page PHP mail, contact, or feedback form</title>
	<atom:link href="http://www.christopherjason.com/articles/php-simple-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christopherjason.com/articles/php-simple-form/</link>
	<description>web development, web design, technical communication information for novices and experts</description>
	<pubDate>Sat, 05 Jul 2008 10:30:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Linus MS</title>
		<link>http://www.christopherjason.com/articles/php-simple-form/#comment-33205</link>
		<dc:creator>Linus MS</dc:creator>
		<pubDate>Sun, 19 Aug 2007 16:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.christopherjason.com/articles/40/#comment-33205</guid>
		<description>Actually,

if ($_POST)

is bad.
You should use

if (isset($_POST['txtColor']))

:D</description>
		<content:encoded><![CDATA[<p>Actually,</p>
<p>if ($_POST)</p>
<p>is bad.<br />
You should use</p>
<p>if (isset($_POST[&#8217;txtColor&#8217;]))</p>
<p>:D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.christopherjason.com/articles/php-simple-form/#comment-12276</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Fri, 13 Apr 2007 01:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.christopherjason.com/articles/40/#comment-12276</guid>
		<description>some extra links for expanding this would be beneficial for users.</description>
		<content:encoded><![CDATA[<p>some extra links for expanding this would be beneficial for users.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
