<?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>Reacties voor Code snipplets</title>
	<atom:link href="http://blog.worldofict.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.worldofict.nl</link>
	<description>Kleine stukjes, code voor mede ontwikkelaars.</description>
	<lastBuildDate>Fri, 12 Mar 2010 10:42:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Reactie op PHP input en output valideren door Stephan</title>
		<link>http://blog.worldofict.nl/archives/21/php-input-en-output-valideren/#comment-10</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Fri, 12 Mar 2010 10:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.worldofict.nl/?p=21#comment-10</guid>
		<description>you should create a separate php file. Like you (should) do for your database settings.

This file you include in all your pages with a form or on pages which use $_GET variables.

The general use is $var = safe_data($_GET[&#039;yourvarname&#039;]); instead of using $var = $_GET[&#039;yourvarname&#039;];

This way all your users inputs should be database safe.</description>
		<content:encoded><![CDATA[<p>you should create a separate php file. Like you (should) do for your database settings.</p>
<p>This file you include in all your pages with a form or on pages which use $_GET variables.</p>
<p>The general use is $var = safe_data($_GET['yourvarname']); instead of using $var = $_GET['yourvarname'];</p>
<p>This way all your users inputs should be database safe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op PHP input en output valideren door Coupon Site</title>
		<link>http://blog.worldofict.nl/archives/21/php-input-en-output-valideren/#comment-9</link>
		<dc:creator>Coupon Site</dc:creator>
		<pubDate>Fri, 12 Mar 2010 10:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.worldofict.nl/?p=21#comment-9</guid>
		<description>Could you go into more detail on this? Btw, the advice you gave me is really good.</description>
		<content:encoded><![CDATA[<p>Could you go into more detail on this? Btw, the advice you gave me is really good.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

