<?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"
	>
<channel>
	<title>Comments on: SQL Injections</title>
	<atom:link href="http://fernyb.net/blog/2007/01/30/sql-injections/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernyb.net/blog/2007/01/30/sql-injections/</link>
	<description>fernyb.net/blog</description>
	<pubDate>Mon, 01 Dec 2008 18:18:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: FernyB</title>
		<link>http://fernyb.net/blog/2007/01/30/sql-injections/#comment-103</link>
		<dc:creator>FernyB</dc:creator>
		<pubDate>Fri, 09 Feb 2007 14:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2007/01/30/sql-injections/#comment-103</guid>
		<description>The correct way of solving this is by using regular expressions and the mysql_real_escape_string  function</description>
		<content:encoded><![CDATA[<p>The correct way of solving this is by using regular expressions and the mysql_real_escape_string  function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenisBB</title>
		<link>http://fernyb.net/blog/2007/01/30/sql-injections/#comment-102</link>
		<dc:creator>DenisBB</dc:creator>
		<pubDate>Fri, 09 Feb 2007 10:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2007/01/30/sql-injections/#comment-102</guid>
		<description>such as &#60; to &#38;lt;*

(yes it worked)</description>
		<content:encoded><![CDATA[<p>such as &lt; to &amp;lt;*</p>
<p>(yes it worked)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenisBB</title>
		<link>http://fernyb.net/blog/2007/01/30/sql-injections/#comment-101</link>
		<dc:creator>DenisBB</dc:creator>
		<pubDate>Fri, 09 Feb 2007 10:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2007/01/30/sql-injections/#comment-101</guid>
		<description>lol I thought y it doesn't work, but it seems like ferny or wordpress check for these symbols too

so

such symbols as &#60; &#38;lt;
so they will be safe for your site</description>
		<content:encoded><![CDATA[<p>lol I thought y it doesn&#8217;t work, but it seems like ferny or wordpress check for these symbols too</p>
<p>so</p>
<p>such symbols as &lt; &amp;lt;<br />
so they will be safe for your site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenisBB</title>
		<link>http://fernyb.net/blog/2007/01/30/sql-injections/#comment-100</link>
		<dc:creator>DenisBB</dc:creator>
		<pubDate>Fri, 09 Feb 2007 10:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2007/01/30/sql-injections/#comment-100</guid>
		<description>such symbols as </description>
		<content:encoded><![CDATA[<p>such symbols as</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenisBB</title>
		<link>http://fernyb.net/blog/2007/01/30/sql-injections/#comment-99</link>
		<dc:creator>DenisBB</dc:creator>
		<pubDate>Fri, 09 Feb 2007 10:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2007/01/30/sql-injections/#comment-99</guid>
		<description>Adam, when you take values from $_GET array, you  need to check those values for " '  and maybe some other characters, so that users won't be able to enter there whatevar code they like

for example, if you want to get interget from $_GET['p'] forexample, you can do this 
$_GET['p'] + 0;

when you add 0 to it, PHP will this of it as of number and if ppl will try to write there anything php won't read it

another way is to do this
htmlspecialchars($_GET['p']);

here this function will convert such symbols as </description>
		<content:encoded><![CDATA[<p>Adam, when you take values from $_GET array, you  need to check those values for &#8221; &#8216;  and maybe some other characters, so that users won&#8217;t be able to enter there whatevar code they like</p>
<p>for example, if you want to get interget from $_GET['p'] forexample, you can do this<br />
$_GET['p'] + 0;</p>
<p>when you add 0 to it, PHP will this of it as of number and if ppl will try to write there anything php won&#8217;t read it</p>
<p>another way is to do this<br />
htmlspecialchars($_GET['p']);</p>
<p>here this function will convert such symbols as</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam libman</title>
		<link>http://fernyb.net/blog/2007/01/30/sql-injections/#comment-86</link>
		<dc:creator>adam libman</dc:creator>
		<pubDate>Mon, 05 Feb 2007 21:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2007/01/30/sql-injections/#comment-86</guid>
		<description>if you could let me know what the issue is, i'd like to fix it.  we're still at a beta level right now.  Let me know. thanks
adam</description>
		<content:encoded><![CDATA[<p>if you could let me know what the issue is, i&#8217;d like to fix it.  we&#8217;re still at a beta level right now.  Let me know. thanks<br />
adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenisBB</title>
		<link>http://fernyb.net/blog/2007/01/30/sql-injections/#comment-74</link>
		<dc:creator>DenisBB</dc:creator>
		<pubDate>Tue, 30 Jan 2007 18:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2007/01/30/sql-injections/#comment-74</guid>
		<description>or is it your radio. it really isn't a good thing. I came to your site and it started playin</description>
		<content:encoded><![CDATA[<p>or is it your radio. it really isn&#8217;t a good thing. I came to your site and it started playin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenisBB</title>
		<link>http://fernyb.net/blog/2007/01/30/sql-injections/#comment-73</link>
		<dc:creator>DenisBB</dc:creator>
		<pubDate>Tue, 30 Jan 2007 18:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2007/01/30/sql-injections/#comment-73</guid>
		<description>you are such a joker.

by the way, could you make videos on your blog don't start automaticly?</description>
		<content:encoded><![CDATA[<p>you are such a joker.</p>
<p>by the way, could you make videos on your blog don&#8217;t start automaticly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
