<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Tue, 07 Oct 2008 20:36:54 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>HTML Entitize any string 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/335/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/335/comments/</comments>
		<pubDate>Wed, 30 Aug 2006 05:06:20 +0000</pubDate>
		<dc:creator>dohpaz</dc:creator>
		<category>entities, HTML, PHP</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/335/</guid>
		<description>
			<![CDATA[
				<p>This function is useful in helping to deter spam bots by obfuscating things such as e-mail addresses and URLs that are displayed on a web page. While it's not 100% fool proof, it does offer some protection.<br /><br />Example:<br />$email = html_entitize('foo@baz.org');<br />/*<br />Outputs &amp;#x66;&amp;#111;&amp;#111;&amp;#x40;&amp;#98;&amp;#x61;&amp;#x7a;&amp;#x2e;&amp;#99;&amp;#111;&amp;#109;<br />*/</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>