<?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>xpresszine &#187; Security</title>
	<atom:link href="http://www.xpresszine.com/category/technology/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xpresszine.com</link>
	<description>xpress magazine</description>
	<lastBuildDate>Sat, 14 Nov 2009 09:38:54 +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>How To: Secure PHP-MySql against SQL Injection</title>
		<link>http://www.xpresszine.com/2008/04/25/how-to-secure-php-mysql-against-sql-injection/</link>
		<comments>http://www.xpresszine.com/2008/04/25/how-to-secure-php-mysql-against-sql-injection/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 16:15:15 +0000</pubDate>
		<dc:creator>Rajan Zachariah</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.xpresszine.com/2008/04/25/how-to-secure-php-mysql-against-sql-injection/</guid>
		<description><![CDATA[SQL Injection is a technique that exploits a security vulnerability at the database layer of an application. It is a special way of crafting or designing an input string such that the user gets control over the database. 
For eg: Mostly all database related statements would look similar to:    SELECT * FROM [...]]]></description>
		<wfw:commentRss>http://www.xpresszine.com/2008/04/25/how-to-secure-php-mysql-against-sql-injection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
