<?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: Tweaking Dagon Design Secure PHP Form Mailer Script</title>
	<atom:link href="http://www.bigredradish.com/2008/04/03/tweaking-dagon-design-secure-php-form-mailer-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigredradish.com/2008/04/03/tweaking-dagon-design-secure-php-form-mailer-script/</link>
	<description>web design with crunch!</description>
	<lastBuildDate>Fri,  6 Feb 2009 03:32:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 420</title>
		<link>http://www.bigredradish.com/2008/04/03/tweaking-dagon-design-secure-php-form-mailer-script/comment-page-1/#comment-480</link>
		<dc:creator>420</dc:creator>
		<pubDate>Fri, 06 Feb 2009 03:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigredradish.com/?p=40#comment-480</guid>
		<description>The code didnt post right.

&quot;if ($errors) {
         $o .= &#039;&#039; . DDFM_ERRORMSG . &#039;&#039;;
         $o .= &#039;&#039;;
         foreach ($errors as $err) {
         $o .= &#039;&#039; . $err . &#039;&#039;;
         }
         $o .= &#039;&lt;!-- --&gt;&#039;;&quot;</description>
		<content:encoded><![CDATA[<p>The code didnt post right.</p>
<p>&#8220;if ($errors) {<br />
         $o .= &#8221; . DDFM_ERRORMSG . &#8221;;<br />
         $o .= &#8221;;<br />
         foreach ($errors as $err) {<br />
         $o .= &#8221; . $err . &#8221;;<br />
         }<br />
         $o .= &#8216;<!-- -->&#8216;;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 420</title>
		<link>http://www.bigredradish.com/2008/04/03/tweaking-dagon-design-secure-php-form-mailer-script/comment-page-1/#comment-479</link>
		<dc:creator>420</dc:creator>
		<pubDate>Fri, 06 Feb 2009 03:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigredradish.com/?p=40#comment-479</guid>
		<description>Great Job on the mailer form. I had a small problem with your &quot;if ($errors)&quot; code. If your form layout changes you might try this instead.

if ($errors) {
         $o .= &#039;&#039; . DDFM_ERRORMSG . &#039;&#039;;
         $o .= &#039;&#039;;
         foreach ($errors as $err) {
         $o .= &#039;&#039; . $err . &#039;&#039;;
         }
         $o .= &#039;&lt;!-- --&gt;&#039;;

Hope this helps someone. If anyone can help me figure out how to add an onclick function to Dagon Design&#039;s form for radio and checkbox buttons I would truly appreciate it. Thank you.</description>
		<content:encoded><![CDATA[<p>Great Job on the mailer form. I had a small problem with your &#8220;if ($errors)&#8221; code. If your form layout changes you might try this instead.</p>
<p>if ($errors) {<br />
         $o .= &#8221; . DDFM_ERRORMSG . &#8221;;<br />
         $o .= &#8221;;<br />
         foreach ($errors as $err) {<br />
         $o .= &#8221; . $err . &#8221;;<br />
         }<br />
         $o .= &#8216;<!-- -->&#8216;;</p>
<p>Hope this helps someone. If anyone can help me figure out how to add an onclick function to Dagon Design&#8217;s form for radio and checkbox buttons I would truly appreciate it. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrick</title>
		<link>http://www.bigredradish.com/2008/04/03/tweaking-dagon-design-secure-php-form-mailer-script/comment-page-1/#comment-43</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Wed, 18 Jun 2008 19:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigredradish.com/?p=40#comment-43</guid>
		<description>Hey Dave,  This actually helped out a lot, but one problem that I&#039;ve run into is that the form erases after an error message when using th emanual form code method.  But in your example above, it does not.  What can I do to not let it erase the form after an error.  I&#039;ve tried several things, sessions, cookies, etc., but it&#039;s still not working.  Thanks!  I&#039;ve posted this on the Dagon Design forum, but no answer from him, and I&#039;ve researched for days...literally on this.  Please help.</description>
		<content:encoded><![CDATA[<p>Hey Dave,  This actually helped out a lot, but one problem that I&#8217;ve run into is that the form erases after an error message when using th emanual form code method.  But in your example above, it does not.  What can I do to not let it erase the form after an error.  I&#8217;ve tried several things, sessions, cookies, etc., but it&#8217;s still not working.  Thanks!  I&#8217;ve posted this on the Dagon Design forum, but no answer from him, and I&#8217;ve researched for days&#8230;literally on this.  Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.bigredradish.com/2008/04/03/tweaking-dagon-design-secure-php-form-mailer-script/comment-page-1/#comment-14</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 10 Apr 2008 17:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigredradish.com/?p=40#comment-14</guid>
		<description>Nice job David! I was just taking a look at form processors and was thinking of using Dagon Design&#039;s. I may have to steal your code...</description>
		<content:encoded><![CDATA[<p>Nice job David! I was just taking a look at form processors and was thinking of using Dagon Design&#8217;s. I may have to steal your code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Coding School &#187; Blog Archive &#187; php code [2008-04-03 00:12:28]</title>
		<link>http://www.bigredradish.com/2008/04/03/tweaking-dagon-design-secure-php-form-mailer-script/comment-page-1/#comment-10</link>
		<dc:creator>PHP Coding School &#187; Blog Archive &#187; php code [2008-04-03 00:12:28]</dc:creator>
		<pubDate>Thu, 03 Apr 2008 00:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigredradish.com/?p=40#comment-10</guid>
		<description>[...]  Tweaking Dagon Design Secure PHP Form Mailer Script  By David Radford  My only gripe with it is that some of the HTML code it generates is not as standards compliant or semantically structured as it could be, time to get my hands dirty. Before I go any further I have to make it clear that I am no PHP &#8230;   bigredradish - http://www.bigredradish.com [...]</description>
		<content:encoded><![CDATA[<p>[...]  Tweaking Dagon Design Secure PHP Form Mailer Script  By David Radford  My only gripe with it is that some of the HTML code it generates is not as standards compliant or semantically structured as it could be, time to get my hands dirty. Before I go any further I have to make it clear that I am no PHP &#8230;   bigredradish &#8211; <a href="http://www.bigredradish.com" rel="nofollow">http://www.bigredradish.com</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
