<?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: PHP matching string</title>
	<atom:link href="http://blog.insicdesigns.com/2007/12/php-matching-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.insicdesigns.com/2007/12/php-matching-string/</link>
	<description>Web Development and Design Blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 03:33:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: 10-nice</title>
		<link>http://blog.insicdesigns.com/2007/12/php-matching-string/#comment-25</link>
		<dc:creator>10-nice</dc:creator>
		<pubDate>Thu, 17 Jan 2008 10:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://ninware.com/php-matching-string#comment-25</guid>
		<description>function Match($keyword,$subject) {
	return strrpos($subject,$keyword)===false;
}

Better this way ;)</description>
		<content:encoded><![CDATA[<p>function Match($keyword,$subject) {<br />
	return strrpos($subject,$keyword)===false;<br />
}</p>
<p>Better this way <img src='http://blog.insicdesigns.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://blog.insicdesigns.com/2007/12/php-matching-string/#comment-16</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Tue, 08 Jan 2008 06:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://ninware.com/php-matching-string#comment-16</guid>
		<description>Again this code is very usefull. I have used this code in VECO Website. :)</description>
		<content:encoded><![CDATA[<p>Again this code is very usefull. I have used this code in VECO Website. <img src='http://blog.insicdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

