<?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>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; Submitted Data</title>
	<atom:link href="http://www.goitworld.com/tag/submitted-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:03:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>PHP Code Security Part 5</title>
		<link>http://www.goitworld.com/php-code-security-part-5/</link>
		<comments>http://www.goitworld.com/php-code-security-part-5/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 05:48:31 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[PHP World]]></category>
		<category><![CDATA[php security]]></category>
		<category><![CDATA[Submitted Data]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/php-code-security-part-5/</guid>
		<description><![CDATA[<p style="float: right;margin: 4px;">


</p><h5>User Submitted Data</h5>
<p>The greatest weakness in many PHP programs is not inherent in the language itself, but merely an issue of code not being written with security in mind. For this reason, you should always take the time to consider the implications of a given piece of code, to ascertain the possible damage if an unexpected variable is submitted to it.</p>
<p><b>Example 1 Dangerous Variable Usage</b></p>
<p><code>&#60;?php     <br />// remove a file from the user's home directory... or maybe      <br />// somebody else's?      <br />unlink ($evil_var);      <br />// Write logging of their access... or maybe</code>&#8230; <a href="http://www.goitworld.com/php-code-security-part-5/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/php-code-security-part-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

