<?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 creation and basic validation</title>
	<atom:link href="http://www.eire-webdesign.ie/blog/2010/01/02/php-form-creation-and-basic-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eire-webdesign.ie/blog/2010/01/02/php-form-creation-and-basic-validation/</link>
	<description>Web Design and Development</description>
	<lastBuildDate>Wed, 16 Jun 2010 12:39:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Louie @ Eire Web Design</title>
		<link>http://www.eire-webdesign.ie/blog/2010/01/02/php-form-creation-and-basic-validation/comment-page-1/#comment-739</link>
		<dc:creator>Louie @ Eire Web Design</dc:creator>
		<pubDate>Sat, 13 Feb 2010 22:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/?p=119#comment-739</guid>
		<description>Hi Paul,

Thanks for dropping around and thanks for the ideas.

* security - can be easily implemented
* CAPTCHA - will be added to the next update (already done but not finished)
* characteres counter - there is an option to add javascript to the end of the field (e.g. onfocus, etc) which can call a JS function
* email - that&#039;s done already in my sample as for DB has to be done manually by the user as there is no way to know the DB name, table name and fields....

ANyway, once againg thanks for the good points.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>Thanks for dropping around and thanks for the ideas.</p>
<p>* security &#8211; can be easily implemented<br />
* CAPTCHA &#8211; will be added to the next update (already done but not finished)<br />
* characteres counter &#8211; there is an option to add javascript to the end of the field (e.g. onfocus, etc) which can call a JS function<br />
* email &#8211; that&#8217;s done already in my sample as for DB has to be done manually by the user as there is no way to know the DB name, table name and fields&#8230;.</p>
<p>ANyway, once againg thanks for the good points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.eire-webdesign.ie/blog/2010/01/02/php-form-creation-and-basic-validation/comment-page-1/#comment-738</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sat, 13 Feb 2010 21:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/?p=119#comment-738</guid>
		<description>Hi Louie, 
interesting idea, some ideas for maybe your next version ... 

* a security check to make sure that the submission URL is from the same domain
* CAPTCHA support
* field length limiting
* text box effects (character counter for limited forums / textarea resize to always have a blank line)
* ability to email form results, or store in a DB

Paul</description>
		<content:encoded><![CDATA[<p>Hi Louie,<br />
interesting idea, some ideas for maybe your next version &#8230; </p>
<p>* a security check to make sure that the submission URL is from the same domain<br />
* CAPTCHA support<br />
* field length limiting<br />
* text box effects (character counter for limited forums / textarea resize to always have a blank line)<br />
* ability to email form results, or store in a DB</p>
<p>Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

