<?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: Code Injection Vulnerabilities Explained</title>
	<atom:link href="http://tech-stuff.org/code-injection-vulnerabilities-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-stuff.org/code-injection-vulnerabilities-explained/</link>
	<description>Hosting Tips &#38; Tricks</description>
	<lastBuildDate>Sun, 11 Dec 2011 18:33:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zoltan Egresi</title>
		<link>http://tech-stuff.org/code-injection-vulnerabilities-explained/comment-page-1/#comment-66</link>
		<dc:creator>Zoltan Egresi</dc:creator>
		<pubDate>Fri, 18 Sep 2009 05:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://tech-stuff.org/?p=106#comment-66</guid>
		<description>switch ($page) {
    case &quot;games/index.html&quot;:
        include(&quot;games/index.html&quot;);
        break;
    case &quot;pages/news.html&quot;:
         include(&quot;games/news.html&quot;);
        break;
    default:
       include(&quot;default_page.html&quot;);
}</description>
		<content:encoded><![CDATA[<p>switch ($page) {<br />
    case &#8220;games/index.html&#8221;:<br />
        include(&#8220;games/index.html&#8221;);<br />
        break;<br />
    case &#8220;pages/news.html&#8221;:<br />
         include(&#8220;games/news.html&#8221;);<br />
        break;<br />
    default:<br />
       include(&#8220;default_page.html&#8221;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zoltan Egresi</title>
		<link>http://tech-stuff.org/code-injection-vulnerabilities-explained/comment-page-1/#comment-65</link>
		<dc:creator>Zoltan Egresi</dc:creator>
		<pubDate>Fri, 18 Sep 2009 05:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://tech-stuff.org/?p=106#comment-65</guid>
		<description>You can also use php switch for doing that:

&lt;code&gt;

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can also use php switch for doing that:</p>
<p><code></p>
<p></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/18 queries in 0.008 seconds using disk: basic
Object Caching 198/199 objects using disk: basic

Served from: tech-stuff.org @ 2012-02-05 23:12:50 -->
