<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Thu, 04 Dec 2008 18:25:50 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>magic_quotes_gpc() leveller 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/434/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/434/comments/</comments>
		<pubDate>Mon, 09 Oct 2006 07:04:20 +0000</pubDate>
		<dc:creator>serpentskiss</dc:creator>
		<category>PHP</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/434/</guid>
		<description>
			<![CDATA[
				<p>Here's a little snippet I got from SitePoint that I now use all the time. Add the code below to the start of each script.<br /><br />Basically, what this does is checks to see if magic_quotes_gpc() is enabled on the server, and if it is, then it gets rid of all the slashes that magic_quotes_gpc() adds to input from $_GET, $_POST and $_COOKIES globals.<br /><br />It's a good snippet to use, because it negates the bad programming practices that having magic_quotes_gpc() lets you get away with, and means that you don't really on PHP to validate your input; you get to do it all yourself ;-)</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>