<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Tonyenkiducx's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Tue, 07 Oct 2008 18:59:07 GMT</pubDate>
    <description>DZone Snippets: Tonyenkiducx's Code Snippets</description>
    <item>
      <title>Auto-store all request variables</title>
      <link>http://snippets.dzone.com/posts/show/2344</link>
      <description>// Puts all request variables into local variables.  Never type request.querystring again.  Easily modified to work with option explicit.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;%&lt;br /&gt;	For each item in Request.querystring&lt;br /&gt;		If not len(item) &lt;= 0 Then&lt;br /&gt;			Execute("[" &amp; item &amp; "] = Request(""" &amp; item &amp; """)")&lt;br /&gt;		End If&lt;br /&gt;	Next&lt;br /&gt;&lt;br /&gt;	For each item in Request.form&lt;br /&gt;		If not len(item) &lt;= 0 Then&lt;br /&gt;			Execute("[" &amp; item &amp; "] = Request(""" &amp; item &amp; """)")&lt;br /&gt;		End If&lt;br /&gt;	Next&lt;br /&gt;%&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Mon, 31 Jul 2006 21:04:08 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2344</guid>
      <author>tonyenkiducx (Tony Cheetham)</author>
    </item>
  </channel>
</rss>
