<?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: WordPress &#8211; Show search term</title>
	<atom:link href="http://jamesconzett.com/index.php/show-search-term/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesconzett.com/index.php/show-search-term/</link>
	<description>Luck is when preperation meets opportunity</description>
	<lastBuildDate>Wed, 19 Jan 2011 14:07:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim</title>
		<link>http://jamesconzett.com/index.php/show-search-term/comment-page-1/#comment-26</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 29 May 2009 22:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesconzett.com/?p=162#comment-26</guid>
		<description>Yes, just a snippet. Obviously character, bad word filtering, length / format preferences need implemented based on what you desire to use the query for. That can be done several ways. I prefer referencing a flat file via a small PERL routine. One could dedicate a whole site just to sanitizing strings.  Solutions and examples are always appreciated along with comments. That said, I will post a couple basic samples soon. I will address email format validations as well. Another big subject.

It is always best to use a javascript validation before PERL or PHP routines. Then I like to re-validate strings that pass the javascript test through the server side routines. Almost double redundant but, does keep java enabled rejections from going through.</description>
		<content:encoded><![CDATA[<p>Yes, just a snippet. Obviously character, bad word filtering, length / format preferences need implemented based on what you desire to use the query for. That can be done several ways. I prefer referencing a flat file via a small PERL routine. One could dedicate a whole site just to sanitizing strings.  Solutions and examples are always appreciated along with comments. That said, I will post a couple basic samples soon. I will address email format validations as well. Another big subject.</p>
<p>It is always best to use a javascript validation before PERL or PHP routines. Then I like to re-validate strings that pass the javascript test through the server side routines. Almost double redundant but, does keep java enabled rejections from going through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://jamesconzett.com/index.php/show-search-term/comment-page-1/#comment-17</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 12 May 2009 00:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesconzett.com/?p=162#comment-17</guid>
		<description>You should really sanitize that get variable before you include in your page like that...</description>
		<content:encoded><![CDATA[<p>You should really sanitize that get variable before you include in your page like that&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

