<?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>Yusuf Rangwala &#187; Security</title>
	<atom:link href="http://www.yusufrangwala.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yusufrangwala.com</link>
	<description>welcome to my web</description>
	<lastBuildDate>Wed, 21 Dec 2011 05:45:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Injection &amp; Prevention PHP/MySQL</title>
		<link>http://www.yusufrangwala.com/2010/11/28/sql-injection-prevention-phpmysql/</link>
		<comments>http://www.yusufrangwala.com/2010/11/28/sql-injection-prevention-phpmysql/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 07:09:57 +0000</pubDate>
		<dc:creator>yusuf</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prevention]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.yusufrangwala.com/?p=43</guid>
		<description><![CDATA[You all know about SQL Injection. To avoid this issue in PHP/MySQL. Just use mysql_real_escape_string() mysql_real_escape_string() calls MySQL&#39;s library function mysql_real_escape_string, which prepends backslashes to the following characters: \x00, \n, \r, \, &#39;, &#34; and \x1a. This function must always (with few exceptions) be used to make data safe before sending a query to MySQL. [...]]]></description>
		<wfw:commentRss>http://www.yusufrangwala.com/2010/11/28/sql-injection-prevention-phpmysql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Make your websites secure</title>
		<link>http://www.yusufrangwala.com/2009/05/22/make-your-websites-secure/</link>
		<comments>http://www.yusufrangwala.com/2009/05/22/make-your-websites-secure/#comments</comments>
		<pubDate>Fri, 22 May 2009 17:31:20 +0000</pubDate>
		<dc:creator>yusuf</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[anti virus]]></category>
		<category><![CDATA[geo ip]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.yusufrangwala.com/?p=7</guid>
		<description><![CDATA[These days a lot of websites are being hacked or they are being targeted for abuse. There has been a high increase in script induction in the website.&#160; A novice website user has no idea, what they are facing and how their websites are being compromised. &#160;It is a common sight these days that I [...]]]></description>
		<wfw:commentRss>http://www.yusufrangwala.com/2009/05/22/make-your-websites-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

