<?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>Fri, 05 Sep 2008 16:44:04 +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>Remove slashes added by magic_quotes_gpc 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/244/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/244/comments/</comments>
		<pubDate>Thu, 27 Jul 2006 04:51:27 +0000</pubDate>
		<dc:creator>rastersize</dc:creator>
		<category>PHP, quotes</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/244/</guid>
		<description>
			<![CDATA[
				<p>The recursive function stripslashesDeep($value) will (upon called) strip slashes (\) from strings and arrays (even arrays with arrays within themself). The controlstatement (if) checks if magic quotes gpc is on, if it is we strip the slashes it have added.<br /><br />Very good snippet if you want to have the "same" input even if you switch to an enviroment where magic quotes gpc is set to something else than on your originall server.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>