<?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>Bagesh Singh&#039;s Blog &#187; web security. tips</title>
	<atom:link href="http://www.bageshsingh.com/bagesh-blog/tag/web-security-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bageshsingh.com/bagesh-blog</link>
	<description>Shortest Distance to  Web Solutions &#38; Software Solutions</description>
	<lastBuildDate>Wed, 22 Feb 2012 18:42:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to filter user submitted data easily in PHP?</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/03/how-to-filter-user-submitted-data-easily-in-php/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/03/how-to-filter-user-submitted-data-easily-in-php/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 16:16:01 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web security. tips]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=107</guid>
		<description><![CDATA[Yesterday, I saw one of my friend was working on the the contact form and was filtering the user input data(posted variables) individually. He was using a function in PHP to filter the input and using Posts Related to How to filter user submitted data easily in PHP?How to disable the Enter key on HTML [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I saw one of my friend was working on the the contact form and was filtering the user input data(posted variables) individually. He was using a function in PHP to filter the input and using</p>
<div id="seo_alrp_related"><h2>Posts Related to How to filter user submitted data easily in PHP?</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/08/how-to-disable-the-enter-key-on-html-form/" rel="bookmark">How to disable the Enter key on HTML form</a></h3><p>Normally when you have a form with several text input fields, it is undesirable that the form gets submitted when the user hits ENTER in ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/10/retrieve-products-with-a-specific-attribute-value-in-magento/" rel="bookmark">Retrieve products with a specific attribute value in magento</a></h3><p>Almost all Magento Models have a corresponding Collection object that can be used to fetch multiple instances of a Model. To instantiate a Product collection, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/08/using-javascript-to-post-data-between-pages/" rel="bookmark">Using Javascript to POST Data Between Pages</a></h3><p>The following is a simple example of how to submit data from one HTML page to another using the POST method from Javascript. Normally, if ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/change-background-color-of-gridview-cell-using-jquery/" rel="bookmark">Change Background Color of GridView Cell using jQuery</a></h3><p>Users often ask how to change the background color of an ASP.NET GridView cell, if the cell matches a condition. It’s actually quite simple using ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/disable-all-or-selective-controls-on-a-page-using-jquery/" rel="bookmark">Disable All or Selective Controls on a Page using jQuery</a></h3><p>Disabling controls on a Page using jQuery is a cakewalk, thanks to the wonderful Selector API. Here’s an example. I have kept a couple of ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/03/how-to-filter-user-submitted-data-easily-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

