<?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: ReCaptcha, SSL, and PHP</title>
	<atom:link href="http://arfore.com/2009/02/26/recaptcha-ssl-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://arfore.com/2009/02/26/recaptcha-ssl-and-php/</link>
	<description>welcome to the foremind</description>
	<lastBuildDate>Fri, 09 Dec 2011 02:28:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://arfore.com/2009/02/26/recaptcha-ssl-and-php/comment-page-1/#comment-1327</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 31 May 2011 18:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/blog/?p=165#comment-1327</guid>
		<description>Your method worked better. The blog post method still failed because the theme icons for the capcha loaded non-ssl. The only hitch with your method is that the no-script version is still non-ssl.</description>
		<content:encoded><![CDATA[<p>Your method worked better. The blog post method still failed because the theme icons for the capcha loaded non-ssl. The only hitch with your method is that the no-script version is still non-ssl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://arfore.com/2009/02/26/recaptcha-ssl-and-php/comment-page-1/#comment-1304</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Wed, 13 Apr 2011 18:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/blog/?p=165#comment-1304</guid>
		<description>You can also tell recaptcha to use SSL when calling the recaptcha_get_html function thusly:

echo recaptcha_get_html(API_KEY, null, true);

Enjoy!</description>
		<content:encoded><![CDATA[<p>You can also tell recaptcha to use SSL when calling the recaptcha_get_html function thusly:</p>
<p>echo recaptcha_get_html(API_KEY, null, true);</p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arfore</title>
		<link>http://arfore.com/2009/02/26/recaptcha-ssl-and-php/comment-page-1/#comment-1280</link>
		<dc:creator>arfore</dc:creator>
		<pubDate>Sat, 05 Mar 2011 18:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/blog/?p=165#comment-1280</guid>
		<description>You are correct!  I corrected this in my actual script but somehow managed to not correct the typo in the post.  Thanks!</description>
		<content:encoded><![CDATA[<p>You are correct!  I corrected this in my actual script but somehow managed to not correct the typo in the post.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cle de fa</title>
		<link>http://arfore.com/2009/02/26/recaptcha-ssl-and-php/comment-page-1/#comment-1278</link>
		<dc:creator>cle de fa</dc:creator>
		<pubDate>Thu, 03 Mar 2011 16:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/blog/?p=165#comment-1278</guid>
		<description>Watch out !

if ($_SERVER[&#039;SERVER_PORT&#039;] = 443)

a single &#039;=&#039;  is an assignment and not a comparision

Maybe your line need a correction ?</description>
		<content:encoded><![CDATA[<p>Watch out !</p>
<p>if ($_SERVER['SERVER_PORT'] = 443)</p>
<p>a single &#8216;=&#8217;  is an assignment and not a comparision</p>
<p>Maybe your line need a correction ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

