<?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 on: PHP Form Processor</title>
	<atom:link href="http://www.richardwillars.com/articles/php/php-form-processor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardwillars.com/articles/php/php-form-processor/</link>
	<description>Web Designer / Web Developer / Application Builder</description>
	<lastBuildDate>Thu, 21 May 2009 10:09:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Taras</title>
		<link>http://www.richardwillars.com/articles/php/php-form-processor/comment-page-1/#comment-113</link>
		<dc:creator>Taras</dc:creator>
		<pubDate>Thu, 21 May 2009 10:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardwillars.com/?p=40#comment-113</guid>
		<description>Hi Richard,
I was trying to send you an email with some suggestions on your form processor and demonstration of its use to me, just wonder, if you&#039;ve got it.</description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
I was trying to send you an email with some suggestions on your form processor and demonstration of its use to me, just wonder, if you&#8217;ve got it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Willars</title>
		<link>http://www.richardwillars.com/articles/php/php-form-processor/comment-page-1/#comment-105</link>
		<dc:creator>Richard Willars</dc:creator>
		<pubDate>Wed, 15 Apr 2009 08:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardwillars.com/?p=40#comment-105</guid>
		<description>Hi Manzoor,

The easiest way to learn about the form processor is to download the examples - http://www.richardwillars.com/demos/fp/formprocessor.zip

In that zip file are examples which should give you a good indication of how to create your own forms..

It might also be worth taking a look at http://www.gavin-holt.com/articles/tutorial-series-contact-form-part-1/ as that shows how to build a form step by step.</description>
		<content:encoded><![CDATA[<p>Hi Manzoor,</p>
<p>The easiest way to learn about the form processor is to download the examples &#8211; <a href="http://www.richardwillars.com/demos/fp/formprocessor.zip" rel="nofollow">http://www.richardwillars.com/demos/fp/formprocessor.zip</a></p>
<p>In that zip file are examples which should give you a good indication of how to create your own forms..</p>
<p>It might also be worth taking a look at <a href="http://www.gavin-holt.com/articles/tutorial-series-contact-form-part-1/" rel="nofollow">http://www.gavin-holt.com/articles/tutorial-series-contact-form-part-1/</a> as that shows how to build a form step by step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manzoor ahmed</title>
		<link>http://www.richardwillars.com/articles/php/php-form-processor/comment-page-1/#comment-104</link>
		<dc:creator>Manzoor ahmed</dc:creator>
		<pubDate>Wed, 15 Apr 2009 08:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardwillars.com/?p=40#comment-104</guid>
		<description>Hey Richard, thanks for the form processor. Viewing the demonstration above, it seems a good thing. But I&#039;m new to PHP and I don&#039;t know how to use this? Where may I create the forms?</description>
		<content:encoded><![CDATA[<p>Hey Richard, thanks for the form processor. Viewing the demonstration above, it seems a good thing. But I&#8217;m new to PHP and I don&#8217;t know how to use this? Where may I create the forms?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorial Series - Contact Form - Part 1 &#124; Gavin Holt</title>
		<link>http://www.richardwillars.com/articles/php/php-form-processor/comment-page-1/#comment-103</link>
		<dc:creator>Tutorial Series - Contact Form - Part 1 &#124; Gavin Holt</dc:creator>
		<pubDate>Tue, 17 Mar 2009 19:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardwillars.com/?p=40#comment-103</guid>
		<description>[...] today I am going to show you how to quickly and easily build a spam-resistant contact form, using Richard Willars&#8217; Form Processor and the reCAPTCHA php [...]</description>
		<content:encoded><![CDATA[<p>[...] today I am going to show you how to quickly and easily build a spam-resistant contact form, using Richard Willars&#8217; Form Processor and the reCAPTCHA php [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Willars</title>
		<link>http://www.richardwillars.com/articles/php/php-form-processor/comment-page-1/#comment-87</link>
		<dc:creator>Richard Willars</dc:creator>
		<pubDate>Mon, 16 Feb 2009 09:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardwillars.com/?p=40#comment-87</guid>
		<description>Hi Adam,

I&#039;m glad you&#039;re enjoying using the form processor - I hope it&#039;s making your life easier! The password fields were never designed to remember your input (for obvious reasons). What i&#039;ll do is add an attribute so you can toggle this functionality on and off.... &lt;code&gt;&lt;input type=&quot;password&quot; remember=&quot;no&quot;...&lt;/code&gt;

The code for the current form processor is quite messy and hard to maintain.. it was just something I hammered out in a day as a proof of concept. Over the new year I rewrote the entire class from scratch but have yet to iron out a few bugs. Once this is done I&#039;ll add the requested functionality.</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>I&#8217;m glad you&#8217;re enjoying using the form processor &#8211; I hope it&#8217;s making your life easier! The password fields were never designed to remember your input (for obvious reasons). What i&#8217;ll do is add an attribute so you can toggle this functionality on and off&#8230;. <code>&lt;input type="password" remember="no"...</code></p>
<p>The code for the current form processor is quite messy and hard to maintain.. it was just something I hammered out in a day as a proof of concept. Over the new year I rewrote the entire class from scratch but have yet to iron out a few bugs. Once this is done I&#8217;ll add the requested functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.richardwillars.com/articles/php/php-form-processor/comment-page-1/#comment-86</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Mon, 16 Feb 2009 00:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardwillars.com/?p=40#comment-86</guid>
		<description>Hi Richard,

I&#039;ve recently transitioned my forms from Simon&#039;s class to yours, and I have to say I&#039;m impressed.

I&#039;m having trouble though with assigning predetermined values to text/password input fields, it worked before the transition. I&#039;ve tried going through the code to see if I can fix it, however, no luck. I would really appreciate help on this :)

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I&#8217;ve recently transitioned my forms from Simon&#8217;s class to yours, and I have to say I&#8217;m impressed.</p>
<p>I&#8217;m having trouble though with assigning predetermined values to text/password input fields, it worked before the transition. I&#8217;ve tried going through the code to see if I can fix it, however, no luck. I would really appreciate help on this <img src='http://www.richardwillars.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Willars</title>
		<link>http://www.richardwillars.com/articles/php/php-form-processor/comment-page-1/#comment-85</link>
		<dc:creator>Richard Willars</dc:creator>
		<pubDate>Sun, 08 Feb 2009 09:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardwillars.com/?p=40#comment-85</guid>
		<description>Whoops! The file names changed when I released version 2 with the examples. Instead of testform.php just use any of the files in /examples. I&#039;ll update the article to suit!</description>
		<content:encoded><![CDATA[<p>Whoops! The file names changed when I released version 2 with the examples. Instead of testform.php just use any of the files in /examples. I&#8217;ll update the article to suit!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.richardwillars.com/articles/php/php-form-processor/comment-page-1/#comment-84</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 28 Jan 2009 15:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardwillars.com/?p=40#comment-84</guid>
		<description>No no no... ;-)

&quot;There should be 2 files - testform.php and formprocessor.php.&quot;

There are a lot of files. but none with these names. And a directory with Macintosh Trash (__MACOSX).

There are in the directory &quot;formprocessor&quot;:
formprocessor\examples
formprocessor\class.formprocessor.php
formprocessor\.DS_Store (another Mac file)
formprocessor\examples\usingConfig.php
formprocessor\examples\register.php
formprocessor\examples\password.php
formprocessor\examples\_notes
formprocessor\examples\_notes\dwsync.xml (Mac file?!)

Or do you mean another link?! ;-)</description>
		<content:encoded><![CDATA[<p>No no no&#8230; <img src='http://www.richardwillars.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>&#8220;There should be 2 files &#8211; testform.php and formprocessor.php.&#8221;</p>
<p>There are a lot of files. but none with these names. And a directory with Macintosh Trash (__MACOSX).</p>
<p>There are in the directory &#8220;formprocessor&#8221;:<br />
formprocessor\examples<br />
formprocessor\class.formprocessor.php<br />
formprocessor\.DS_Store (another Mac file)<br />
formprocessor\examples\usingConfig.php<br />
formprocessor\examples\register.php<br />
formprocessor\examples\password.php<br />
formprocessor\examples\_notes<br />
formprocessor\examples\_notes\dwsync.xml (Mac file?!)</p>
<p>Or do you mean another link?! <img src='http://www.richardwillars.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Willars &#187; PHP Form Processor - version 2!</title>
		<link>http://www.richardwillars.com/articles/php/php-form-processor/comment-page-1/#comment-78</link>
		<dc:creator>Richard Willars &#187; PHP Form Processor - version 2!</dc:creator>
		<pubDate>Thu, 01 Jan 2009 15:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardwillars.com/?p=40#comment-78</guid>
		<description>[...] a few example forms to show the functionality of the form processor. Please take a look at the PHP Form Processor article for full [...]</description>
		<content:encoded><![CDATA[<p>[...] a few example forms to show the functionality of the form processor. Please take a look at the PHP Form Processor article for full [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Willars</title>
		<link>http://www.richardwillars.com/articles/php/php-form-processor/comment-page-1/#comment-77</link>
		<dc:creator>Richard Willars</dc:creator>
		<pubDate>Thu, 01 Jan 2009 15:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardwillars.com/?p=40#comment-77</guid>
		<description>I&#039;ve added the requested functionality to the form processor. Please download the update (version 2).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added the requested functionality to the form processor. Please download the update (version 2).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
