<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Blackhalt's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 08 Aug 2008 09:54:37 GMT</pubDate>
    <description>DZone Snippets: Blackhalt's Code Snippets</description>
    <item>
      <title>remove dublicate lines form</title>
      <link>http://snippets.dzone.com/posts/show/4124</link>
      <description>111111&lt;br /&gt;1111&lt;br /&gt;11&lt;br /&gt;222&lt;br /&gt;222&lt;br /&gt;33333&lt;br /&gt;4444&lt;br /&gt;1111&lt;br /&gt;22&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;textarea name="lines" cols="70" rows="30"&gt;&lt;br /&gt;&lt;?php &lt;br /&gt;$a=array_unique(explode("\n", $_POST['lines']));&lt;br /&gt;#natsort($a);&lt;br /&gt;echo implode("\n",$a);&lt;br /&gt;?&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;result:&lt;br /&gt;111111&lt;br /&gt;1111&lt;br /&gt;11&lt;br /&gt;222&lt;br /&gt;33333&lt;br /&gt;4444&lt;br /&gt;22</description>
      <pubDate>Sat, 09 Jun 2007 01:08:56 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4124</guid>
      <author>BlackHalt (BlackHalt)</author>
    </item>
    <item>
      <title>Random quotes</title>
      <link>http://snippets.dzone.com/posts/show/2328</link>
      <description>Random quotes&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;$quotes=array(&lt;br /&gt;'Neo',&lt;br /&gt;'Morpheus',&lt;br /&gt;'Trinity',&lt;br /&gt;'Cypher',&lt;br /&gt;'Tank'&lt;br /&gt;);&lt;br /&gt;echo $quotes[rand(0,sizeof($quotes)-1)];&lt;br /&gt;?&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 27 Jul 2006 04:48:47 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2328</guid>
      <author>BlackHalt (BlackHalt)</author>
    </item>
  </channel>
</rss>
