<?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: Cleaning PHP Input Variables Before MySQL Insertion</title>
	<atom:link href="http://www.krio.me/cleaning-php-input-variables-before-mysql-insertion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krio.me/cleaning-php-input-variables-before-mysql-insertion/</link>
	<description></description>
	<lastBuildDate>Fri, 13 Aug 2010 21:12:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kevin Rio</title>
		<link>http://www.krio.me/cleaning-php-input-variables-before-mysql-insertion/comment-page-1/#comment-149</link>
		<dc:creator>Kevin Rio</dc:creator>
		<pubDate>Sat, 03 Apr 2010 22:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://kriomedia.com/?p=120#comment-149</guid>
		<description>Hey, 

You can do something like this: 

var yourString=&quot;Kevin is cool!&quot;;
document.write(str.replace(&quot;Kevin&quot;, &quot;mightyenigma&quot;));

This will replace Kevin with mightyenigma. So you can search out specific characters, like a quote, and delete them from the string. 

This is the simplest way to do what you requested. If you provide more details as to the outcome or your web development project, I could provide more specific details and solutions. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey, </p>
<p>You can do something like this: </p>
<p>var yourString=&#8221;Kevin is cool!&#8221;;<br />
document.write(str.replace(&#8220;Kevin&#8221;, &#8220;mightyenigma&#8221;));</p>
<p>This will replace Kevin with mightyenigma. So you can search out specific characters, like a quote, and delete them from the string. </p>
<p>This is the simplest way to do what you requested. If you provide more details as to the outcome or your web development project, I could provide more specific details and solutions. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mightyenigma</title>
		<link>http://www.krio.me/cleaning-php-input-variables-before-mysql-insertion/comment-page-1/#comment-146</link>
		<dc:creator>mightyenigma</dc:creator>
		<pubDate>Fri, 02 Apr 2010 16:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://kriomedia.com/?p=120#comment-146</guid>
		<description>Thank you for explaining the basics of MySQL sanitization in an easy-to-understand way. I also need to disallow some characters/substrings client-side in JavaScript, like quote marks. Any recommendations on how to do this simply and efficiently?</description>
		<content:encoded><![CDATA[<p>Thank you for explaining the basics of MySQL sanitization in an easy-to-understand way. I also need to disallow some characters/substrings client-side in JavaScript, like quote marks. Any recommendations on how to do this simply and efficiently?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bNine</title>
		<link>http://www.krio.me/cleaning-php-input-variables-before-mysql-insertion/comment-page-1/#comment-12</link>
		<dc:creator>bNine</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://kriomedia.com/?p=120#comment-12</guid>
		<description>I found this information very useful. Thanks!</description>
		<content:encoded><![CDATA[<p>I found this information very useful. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
