<?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>Infusion Technology Solutions Blog&#187; sql injection</title>
	<atom:link href="http://blog.infusiontechsolutions.com/tag/sql-injection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Basic SQL Injection Exploit with PHP</title>
		<link>http://blog.infusiontechsolutions.com/basic-sql-injection-exploit-with-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=basic-sql-injection-exploit-with-php</link>
		<comments>http://blog.infusiontechsolutions.com/basic-sql-injection-exploit-with-php/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 23:22:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/basic-sql-injection-exploit-with-php/</guid>
		<description><![CDATA[Here is an example of a basic login function which is taught in a lot of PHP tutorials. The purpose of this code is to prevent someone from viewing a web page unless they provide a valid username/password in a form. The username/password is stored in a MySQL database. $username = $_POST["username"]; $password = $_POST["password"];$query [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/basic-sql-injection-exploit-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

