<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>err0r.net &#187; PHP</title>
	<atom:link href="http://www.err0r.net/archives/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.err0r.net</link>
	<description>Did he really say that?</description>
	<lastBuildDate>Thu, 02 Feb 2012 01:39:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP nl2br</title>
		<link>http://www.err0r.net/archives/27</link>
		<comments>http://www.err0r.net/archives/27#comments</comments>
		<pubDate>Mon, 12 Dec 2005 04:01:22 +0000</pubDate>
		<dc:creator>err0r</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.err0r.net/?p=27</guid>
		<description><![CDATA[echo nl2br("foo isn't\n bar"); Output: foo isn&#8217;t bar What good is this you say. Well if you are like me and use striptags() in your forms you need a way to insert the linebreaks back on the echo. This will do it]]></description>
			<content:encoded><![CDATA[<p><code> echo nl2br("foo isn't\n bar");</code><br />
Output:</p>
<p>foo isn&#8217;t<br />
bar</p>
<p>What good is this you say. Well if you are like me and use striptags() in your forms you need a way to insert the linebreaks back on the echo. This will do it <img src='http://www.err0r.net/wp-content/plugins/smilies-themer/adiumicons/happy.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.err0r.net/archives/27/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>

