<?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 Scripts</title>
	<atom:link href="http://www.bodden.de/legacy/php-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bodden.de</link>
	<description>Easy and efficient software verification</description>
	<lastBuildDate>Wed, 10 Mar 2010 06:53:51 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eric</title>
		<link>http://www.bodden.de/legacy/php-scripts/comment-page-1/#comment-5803</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Wed, 01 Apr 2009 13:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.bodden.de/legacy/php-scripts/#comment-5803</guid>
		<description>Hi Cecilia. Good question. Right now the script compares based on string equality. Since both strings are similar but not equal, “pérez” will not be highlighted. I am not sure how to support such synonyms. But anyway, currently the script does not support these, to answer your question.</description>
		<content:encoded><![CDATA[<p>Hi Cecilia. Good question. Right now the script compares based on string equality. Since both strings are similar but not equal, “pérez” will not be highlighted. I am not sure how to support such synonyms. But anyway, currently the script does not support these, to answer your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cecilia</title>
		<link>http://www.bodden.de/legacy/php-scripts/comment-page-1/#comment-5800</link>
		<dc:creator>Cecilia</dc:creator>
		<pubDate>Wed, 01 Apr 2009 00:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bodden.de/legacy/php-scripts/#comment-5800</guid>
		<description>Hi Eric

I have used your script in my search results page, I made some modifications in order to accommodate three different query strings and it is working fine. The only problem I encountered is that for example, I search for the word (last name) &quot;perez&quot; it will highlight &quot;perez&quot; correctly but not &quot;pérez&quot;

Is there a way I can highlight both instances?

Thanks

Cecilia M</description>
		<content:encoded><![CDATA[<p>Hi Eric</p>
<p>I have used your script in my search results page, I made some modifications in order to accommodate three different query strings and it is working fine. The only problem I encountered is that for example, I search for the word (last name) &#8220;perez&#8221; it will highlight &#8220;perez&#8221; correctly but not &#8220;pérez&#8221;</p>
<p>Is there a way I can highlight both instances?</p>
<p>Thanks</p>
<p>Cecilia M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.bodden.de/legacy/php-scripts/comment-page-1/#comment-5152</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bodden.de/legacy/php-scripts/#comment-5152</guid>
		<description>Hi. Thanks for your feedback. I have not looked at the script for year but I never had any complains. If you know how to fix the problem then I would appreciate if you could send me an updated version. Cheers</description>
		<content:encoded><![CDATA[<p>Hi. Thanks for your feedback. I have not looked at the script for year but I never had any complains. If you know how to fix the problem then I would appreciate if you could send me an updated version. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Bicknell</title>
		<link>http://www.bodden.de/legacy/php-scripts/comment-page-1/#comment-5151</link>
		<dc:creator>Jamie Bicknell</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bodden.de/legacy/php-scripts/#comment-5151</guid>
		<description>Hey Dude, your script for the highlight seems to fail, quite badly.

For example, I;ve used your example:

$keywords = explode(&quot; &quot;,&quot;a l&quot;);
$html_text=&#039;Lets see if this little test does what I expect this to do.&#039;;

Firstly it doesnt highlight al the &quot;l&quot;&#039;s

What happens is that the script finds the first letter, which is uppercase and then wont find any lowercase ones...</description>
		<content:encoded><![CDATA[<p>Hey Dude, your script for the highlight seems to fail, quite badly.</p>
<p>For example, I;ve used your example:</p>
<p>$keywords = explode(&#8221; &#8220;,&#8221;a l&#8221;);<br />
$html_text=&#8217;Lets see if this little test does what I expect this to do.&#8217;;</p>
<p>Firstly it doesnt highlight al the &#8220;l&#8221;&#8217;s</p>
<p>What happens is that the script finds the first letter, which is uppercase and then wont find any lowercase ones&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free-PHP-Scripts.org</title>
		<link>http://www.bodden.de/legacy/php-scripts/comment-page-1/#comment-4236</link>
		<dc:creator>Free-PHP-Scripts.org</dc:creator>
		<pubDate>Mon, 27 Oct 2008 03:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bodden.de/legacy/php-scripts/#comment-4236</guid>
		<description>It&#039;s a bad to release your scripts with the &lt;? tag.  Not all host have PHP short tags enabled.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a bad to release your scripts with the &lt;? tag.  Not all host have PHP short tags enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.bodden.de/legacy/php-scripts/comment-page-1/#comment-1784</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Mon, 09 Jun 2008 17:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.bodden.de/legacy/php-scripts/#comment-1784</guid>
		<description>This should definitely work &lt;i&gt;now&lt;/i&gt;. I &quot;recovered&quot; the original zip files.</description>
		<content:encoded><![CDATA[<p>This should definitely work <i>now</i>. I &#8220;recovered&#8221; the original zip files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: runishe</title>
		<link>http://www.bodden.de/legacy/php-scripts/comment-page-1/#comment-1715</link>
		<dc:creator>runishe</dc:creator>
		<pubDate>Sat, 07 Jun 2008 21:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bodden.de/legacy/php-scripts/#comment-1715</guid>
		<description>Hey

Still invalid zip file

Cheers
R</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>Still invalid zip file</p>
<p>Cheers<br />
R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.bodden.de/legacy/php-scripts/comment-page-1/#comment-1255</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Tue, 29 Apr 2008 23:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.bodden.de/legacy/php-scripts/#comment-1255</guid>
		<description>Should be solved.</description>
		<content:encoded><![CDATA[<p>Should be solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.bodden.de/legacy/php-scripts/comment-page-1/#comment-159</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Tue, 11 Dec 2007 18:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.bodden.de/legacy/php-scripts/#comment-159</guid>
		<description>Hmm, this is odd. Seems like the archives got broken somehow. I will see if I can find a backup somewhere...</description>
		<content:encoded><![CDATA[<p>Hmm, this is odd. Seems like the archives got broken somehow. I will see if I can find a backup somewhere&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.bodden.de/legacy/php-scripts/comment-page-1/#comment-157</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 11 Dec 2007 18:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bodden.de/legacy/php-scripts/#comment-157</guid>
		<description>Sorry, no file in php_highlighter.zip!!!!

Peter</description>
		<content:encoded><![CDATA[<p>Sorry, no file in php_highlighter.zip!!!!</p>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
