<?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"
	>
<channel>
	<title>Comments on: 5 Ways To Catch And Prevent Website Form Spam - Part 1</title>
	<atom:link href="http://robmalon.com/catch-and-prevent-website-form-spam-part-1/feed" rel="self" type="application/rss+xml" />
	<link>http://robmalon.com/catch-and-prevent-website-form-spam-part-1/</link>
	<description>Automate Websites For Passive Income - A Marketing &#38; Business Strategy Guide</description>
	<pubDate>Thu, 18 Mar 2010 11:30:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Rob</title>
		<link>http://robmalon.com/catch-and-prevent-website-form-spam-part-1/#comment-8784</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 06 Mar 2008 00:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.robmalon.com/catch-and-prevent-website-form-spam-part-1/#comment-8784</guid>
		<description>It just occured to me...setting up those if statements with a die() statement might be easier for a quick and dirty method. Which I'm sure most of you at least for now would want a quickfix to just toss in. Keep that in mind...Something like this:

if ($_SERVER[‘REQUEST_METHOD’] !== ‘POST’) { die("The form can not be used like that"); }

You can put that anywhere at the beginning of a script for it to take effect without worrying about existing code too much.</description>
		<content:encoded><![CDATA[<p>It just occured to me&#8230;setting up those if statements with a die() statement might be easier for a quick and dirty method. Which I&#8217;m sure most of you at least for now would want a quickfix to just toss in. Keep that in mind&#8230;Something like this:</p>
<p>if ($_SERVER[‘REQUEST_METHOD’] !== ‘POST’) { die(&#8221;The form can not be used like that&#8221;); }</p>
<p>You can put that anywhere at the beginning of a script for it to take effect without worrying about existing code too much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
