<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'foreach $_GET'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 22:36:54 +0000</lastBuildDate>
    <item>
      <title>adkatrit said on 18/Feb/2011</title>
      <link>https://snipplr.com/view/2740/foreach-get</link>
      <description>&lt;p&gt;keep in mind here that you are letting ANY variable that comes in as GET data to be set to whatever variable name that is defined by the USER. thereby overwriting anything with that name in the scope of this code. This code effectively implements register_globals... something that was deprecated for security concerns. This may be an extremely efficient, time saving technique, but it makes it very easy to defeat your system.... i would suggest removing this from any code you have in the wild.&lt;/p&gt;</description>
      <pubDate>Fri, 18 Feb 2011 05:24:11 UTC</pubDate>
      <guid>https://snipplr.com/view/2740/foreach-get</guid>
    </item>
  </channel>
</rss>
