<?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: Secure Your Forms With Form Keys</title>
	<atom:link href="http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:51:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Apolo Castro</title>
		<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/#comment-130149</link>
		<dc:creator>Apolo Castro</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4753#comment-130149</guid>
		<description>Congratulation and thanks for sharing</description>
		<content:encoded><![CDATA[<p>Congratulation and thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. Mirchev</title>
		<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/#comment-125928</link>
		<dc:creator>K. Mirchev</dc:creator>
		<pubDate>Sat, 31 Oct 2009 13:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4753#comment-125928</guid>
		<description>The improved solution is to generate field key name (i.e not only hidden field value but hidden field name) also and holds it in the session.</description>
		<content:encoded><![CDATA[<p>The improved solution is to generate field key name (i.e not only hidden field value but hidden field name) also and holds it in the session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yemmy</title>
		<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/#comment-118091</link>
		<dc:creator>Yemmy</dc:creator>
		<pubDate>Tue, 13 Oct 2009 15:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4753#comment-118091</guid>
		<description>How can I get the lattest version of PHP Tutorial in PDF</description>
		<content:encoded><![CDATA[<p>How can I get the lattest version of PHP Tutorial in PDF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yemmy</title>
		<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/#comment-118090</link>
		<dc:creator>Yemmy</dc:creator>
		<pubDate>Tue, 13 Oct 2009 15:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4753#comment-118090</guid>
		<description>How can I get it in PDF</description>
		<content:encoded><![CDATA[<p>How can I get it in PDF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davi</title>
		<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/#comment-116173</link>
		<dc:creator>Davi</dc:creator>
		<pubDate>Wed, 07 Oct 2009 19:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4753#comment-116173</guid>
		<description>if($_POST[&#039;form_key&#039;] == $this-&gt;old_formKey)  

If both the session and post variable are empty, they’re also equal. So if you’re attacking the form you simply omit the post variable.</description>
		<content:encoded><![CDATA[<p>if($_POST['form_key'] == $this-&gt;old_formKey)  </p>
<p>If both the session and post variable are empty, they’re also equal. So if you’re attacking the form you simply omit the post variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: เพชร</title>
		<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/#comment-110194</link>
		<dc:creator>เพชร</dc:creator>
		<pubDate>Tue, 22 Sep 2009 21:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4753#comment-110194</guid>
		<description>thanks, I&#039;ve learned something new.</description>
		<content:encoded><![CDATA[<p>thanks, I&#8217;ve learned something new.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mori</title>
		<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/#comment-105792</link>
		<dc:creator>Mori</dc:creator>
		<pubDate>Sun, 13 Sep 2009 10:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4753#comment-105792</guid>
		<description>Nice tutorials :)</description>
		<content:encoded><![CDATA[<p>Nice tutorials <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ananda rudra</title>
		<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/#comment-105773</link>
		<dc:creator>ananda rudra</dc:creator>
		<pubDate>Sun, 13 Sep 2009 08:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4753#comment-105773</guid>
		<description>//Is request?  
if($_SERVER[&#039;REQUEST_METHOD&#039;] == &#039;post&#039;)  

CHANGE it to

//Is request?  
if($_SERVER[&#039;REQUEST_METHOD&#039;] == &#039;POST&#039;)</description>
		<content:encoded><![CDATA[<p>//Is request?<br />
if($_SERVER['REQUEST_METHOD'] == &#8216;post&#8217;)  </p>
<p>CHANGE it to</p>
<p>//Is request?<br />
if($_SERVER['REQUEST_METHOD'] == &#8216;POST&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaspal Singh</title>
		<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/#comment-103044</link>
		<dc:creator>Jaspal Singh</dc:creator>
		<pubDate>Mon, 07 Sep 2009 03:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4753#comment-103044</guid>
		<description>Excellent tutorial for creating secure php forms, Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Excellent tutorial for creating secure php forms, Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chad</title>
		<link>http://net.tutsplus.com/tutorials/php/secure-your-forms-with-form-keys/#comment-102331</link>
		<dc:creator>chad</dc:creator>
		<pubDate>Sat, 05 Sep 2009 02:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=4753#comment-102331</guid>
		<description>this is really helpful. thanks for sharing.</description>
		<content:encoded><![CDATA[<p>this is really helpful. thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/7 queries in 0.058 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 15:55:03 -->