<?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: Email Obfuscation- PHP Style</title>
	<atom:link href="http://pthree.org/2005/11/19/email-obfuscation-php-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2005/11/19/email-obfuscation-php-style/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<pubDate>Mon, 01 Dec 2008 21:24:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-almost-rc-9997</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: howtomarketyourstuff.com &#187; Blog Archive &#187; Obfuscate Email address with PHP from Spambots</title>
		<link>http://pthree.org/2005/11/19/email-obfuscation-php-style/#comment-51205</link>
		<dc:creator>howtomarketyourstuff.com &#187; Blog Archive &#187; Obfuscate Email address with PHP from Spambots</dc:creator>
		<pubDate>Sat, 12 May 2007 14:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org:8080/?p=21#comment-51205</guid>
		<description>[...] I have to give where credit is due so thanks to Aaron Toponce for this Obfuscate email PHP style. [...]</description>
		<content:encoded><![CDATA[<p>[...] I have to give where credit is due so thanks to Aaron Toponce for this Obfuscate email PHP style. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Kimura</title>
		<link>http://pthree.org/2005/11/19/email-obfuscation-php-style/#comment-51203</link>
		<dc:creator>Victor Kimura</dc:creator>
		<pubDate>Sat, 12 May 2007 13:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org:8080/?p=21#comment-51203</guid>
		<description>Nice code. I did receive the following error "reference not terminated by REFC delimiter." when I was trying to validate the XHTML at the W3C site. It validates as XHTML Strict but the error came up. So all I did was add the the semi-colon to each character so the last line now reads as: $obfuscatedEmail .= "&#38;#" . ord($email[$i]). ";";

Thanks for the code. Super simple.</description>
		<content:encoded><![CDATA[<p>Nice code. I did receive the following error &#8220;reference not terminated by REFC delimiter.&#8221; when I was trying to validate the XHTML at the W3C site. It validates as XHTML Strict but the error came up. So all I did was add the the semi-colon to each character so the last line now reads as: $obfuscatedEmail .= &#8220;&amp;#&#8221; . ord($email[$i]). &#8220;;&#8221;;</p>
<p>Thanks for the code. Super simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AeroDesigns Web Designers</title>
		<link>http://pthree.org/2005/11/19/email-obfuscation-php-style/#comment-45063</link>
		<dc:creator>AeroDesigns Web Designers</dc:creator>
		<pubDate>Fri, 06 Apr 2007 11:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org:8080/?p=21#comment-45063</guid>
		<description>Great code, just trying it out. Can't believe it's as simple as it seems. Had a bit of trouble initially echoing the obfuscated code on-screen rather than it converting back to plain text.</description>
		<content:encoded><![CDATA[<p>Great code, just trying it out. Can&#8217;t believe it&#8217;s as simple as it seems. Had a bit of trouble initially echoing the obfuscated code on-screen rather than it converting back to plain text.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
