<?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: php forms</title>
	<atom:link href="http://anekostudios.com/2006/05/23/php-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://anekostudios.com/2006/05/23/php-forms/</link>
	<description>What One Designer Learns, She Passes On To Others.</description>
	<pubDate>Wed, 07 Jan 2009 02:03:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Omar Ali</title>
		<link>http://anekostudios.com/2006/05/23/php-forms/#comment-6088</link>
		<dc:creator>Omar Ali</dc:creator>
		<pubDate>Sat, 12 Jul 2008 21:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://anekostudios.com/wordpress2/?p=12#comment-6088</guid>
		<description>I was reading through the generated code for your php form before I used it and I have a couple questions.

Can you explain a little more how the surprise field is suppose to help prevent spam? I can see you testing for it in the php file but I think you are missing a line similar to this: 
isset($_POST['surprise']) ? $action = $_POST['surprise'] : $surprise = '';

Second question is if I want to add a custom field such as subject, do I test the input the same was as the name or as the message and are there any other tests I should run?</description>
		<content:encoded><![CDATA[<p>I was reading through the generated code for your php form before I used it and I have a couple questions.</p>
<p>Can you explain a little more how the surprise field is suppose to help prevent spam? I can see you testing for it in the php file but I think you are missing a line similar to this:<br />
isset($_POST['surprise']) ? $action = $_POST['surprise'] : $surprise = &#8221;;</p>
<p>Second question is if I want to add a custom field such as subject, do I test the input the same was as the name or as the message and are there any other tests I should run?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
