<?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>iTech Systemz Blog &#187; PHP</title>
	<atom:link href="http://www.itechsystemz.com/blog/category/programming/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itechsystemz.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 15 Dec 2009 07:53:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Remove all characters except numbers and letters from a string in PHP</title>
		<link>http://www.itechsystemz.com/blog/remove-all-characters-except-numbers-and-letters-from-a-string-in-php</link>
		<comments>http://www.itechsystemz.com/blog/remove-all-characters-except-numbers-and-letters-from-a-string-in-php#comments</comments>
		<pubDate>Fri, 21 Sep 2007 10:44:37 +0000</pubDate>
		<dc:creator>faraz</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=2</guid>
		<description><![CDATA[&#60;?php $string = &#8216;your string&#8217;; $new_string = ereg_replace( &#8216;[^A-Za-z0-9]&#8216;, &#8221;, $string); echo $new_string; ?&#62;]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/remove-all-characters-except-numbers-and-letters-from-a-string-in-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

