<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017448" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017448</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/checking-variables#comment-1102260</link>
    <description> &lt;p&gt;Exactly,&lt;br /&gt;
I am busy getting lost in .Net right now, so I only have a little bit of time to get the rudimentaries of PHP.&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Feb 2002 04:14:27 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1102260 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/checking-variables#comment-1102095</link>
    <description> &lt;p&gt;detox, I feel your pain &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&#039;m also in the ASP camp, I just don&#039;t have the time right know to start messing with PHP in depth &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Feb 2002 13:31:40 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1102095 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/checking-variables#comment-1102033</link>
    <description> &lt;p&gt;I can program ASP...  But the last time I programmed ASP for an employer was over a year ago.  I haven&#039;t had access to a server, so I haven&#039;t used it since.  Possitive and negative effect: I&#039;ve strengthened my PHP skills, but my knowledge of ASP is wearing thin.&lt;/p&gt;
&lt;p&gt;Vive le Open Source! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Feb 2002 04:07:09 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1102033 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/checking-variables#comment-1102019</link>
    <description> &lt;p&gt;Just to let everyone know I am beginning to feel like a dinosaur being more proficient in ASP and ASP.Net than PHP!!!!!!&lt;/p&gt;
&lt;p&gt;sob sob, sympathy please!&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Feb 2002 01:34:11 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1102019 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/checking-variables#comment-1101987</link>
    <description> &lt;p&gt;oops sorry, PHP. Mark&#039;s code worked okay I just adjusted it a tiny bit thanks guys &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Feb 2002 20:18:10 +0000</pubDate>
 <dc:creator>a_gajic</dc:creator>
 <guid isPermaLink="false">comment 1101987 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/checking-variables#comment-1101981</link>
    <description> &lt;p&gt;For some reason, ASP popped into my mind as well.&lt;/p&gt;
&lt;p&gt;If you need PHP code:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;foreach (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$HTTP_SESSION_VARS &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;as &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$key&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$value&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$key&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$value&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;\n\&quot;;&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Feb 2002 19:39:39 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1101981 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/checking-variables#comment-1101944</link>
    <description> &lt;p&gt;I assume this is ASP?&lt;/p&gt;
&lt;p&gt;Just go through the session variables with an if then else loop... When you have a match, send it to the screen. &lt;/p&gt;
&lt;p&gt;to speed it up you could make a custom dictionary object and then roll through that checking which variables are filled. When you have the results simply response.write them to the page.&lt;/p&gt;
&lt;p&gt;a little more info would be nice....&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Feb 2002 13:31:16 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1101944 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
