<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Scripting &#187; filter</title>
	<atom:link href="http://www.satya-weblog.com/tag/filter/feed" rel="self" type="application/rss+xml" />
	<link>http://www.satya-weblog.com</link>
	<description>a web development blog</description>
	<lastBuildDate>Sat, 04 Sep 2010 17:37:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Website Security: Basic and Easy Solution</title>
		<link>http://www.satya-weblog.com/2008/07/php-security-simple-common-solution.html</link>
		<comments>http://www.satya-weblog.com/2008/07/php-security-simple-common-solution.html#comments</comments>
		<pubDate>Sun, 20 Jul 2008 14:31:00 +0000</pubDate>
		<dc:creator>Satya Prakash</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[escape]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[sanitize]]></category>

		<guid isPermaLink="false">http://www.satyakaran.com/2008/07/php-website-security-basic-and-easy-solution.html</guid>
		<description><![CDATA[Simplest solution to php website security is initializing variable before use, plus filter input and escape output. Filter all input coming from outside world and escape all output. Data can be user-supplied data (Ex. form data), URL data from get parameter, XML data when XML file is coming from other&#8230; <a href="http://www.satya-weblog.com/2008/07/php-security-simple-common-solution.html" class="read_more">READ MORE</a>]]></description>
		<wfw:commentRss>http://www.satya-weblog.com/2008/07/php-security-simple-common-solution.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
