<?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: Create A Captcha Form</title>
	<atom:link href="http://www.pk-tuts.co.uk/php/php-tutorials/create-a-captcha-form/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pk-tuts.co.uk/php/php-tutorials/create-a-captcha-form?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
	<description>Written By Peter Kelly</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pete</title>
		<link>http://www.pk-tuts.co.uk/php/php-tutorials/create-a-captcha-form/comment-page-1#comment-17</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 29 Sep 2009 09:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=104#comment-17</guid>
		<description>What is happening is there is a image generated with a random number. This number is then stored in a session and then in the form you must enter the number into the field that is on the image. But obviously bots are unable to view the numbers on the image so they cant complete the form and once the form has been submitted we check if the number matches and if it doesn&#039;t match then that means its a bot etc.</description>
		<content:encoded><![CDATA[<p>What is happening is there is a image generated with a random number. This number is then stored in a session and then in the form you must enter the number into the field that is on the image. But obviously bots are unable to view the numbers on the image so they cant complete the form and once the form has been submitted we check if the number matches and if it doesn&#8217;t match then that means its a bot etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dabyug</title>
		<link>http://www.pk-tuts.co.uk/php/php-tutorials/create-a-captcha-form/comment-page-1#comment-16</link>
		<dc:creator>dabyug</dc:creator>
		<pubDate>Tue, 29 Sep 2009 07:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=104#comment-16</guid>
		<description>Hi,

Thanks for your great effort!

However, I might have done something wrong somewhere (MAY Be) but there is no validation taking place  only a new number is generated.

Pleaz advise</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your great effort!</p>
<p>However, I might have done something wrong somewhere (MAY Be) but there is no validation taking place  only a new number is generated.</p>
<p>Pleaz advise</p>
]]></content:encoded>
	</item>
</channel>
</rss>
