<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035358" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035358</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/after-page#comment-1204648</link>
    <description> &lt;p&gt;Most PHP installations do an auto addslashes to $_GET input, so if you echo them to the page or send them to somewhere that won&#039;t strip or need the slashes, you will want to stripslashes the output.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Jul 2006 02:46:37 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1204648 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/after-page#comment-1204640</link>
    <description> &lt;p&gt;This is data (arguments) passed the the apge being called. In PHP you can access these values via the &lt;a href=&quot;http://www.php.net/manual/en/reserved.variables.php#reserved.variables.get&quot; class=&quot;bb-url&quot;&gt;predefined $_GET array&lt;/a&gt;. In the example you gave, &lt;strong&gt;$_GET[&#039;id&#039;]&lt;/strong&gt; would be set to 202. you can have more than one, they are generally given in the format of    &lt;strong&gt;?&lt;em&gt;name&lt;/em&gt;=&lt;em&gt;value&lt;/em&gt;&amp;amp;&lt;em&gt;name&lt;/em&gt;=&lt;em&gt;value&lt;/em&gt;&amp;amp;&lt;em&gt;name&lt;/em&gt;=&lt;em&gt;value&lt;/em&gt; &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Be sure that you always validate/check the values before just using them in a script. If you go to use any values in things such as URLs, Filenames, SQL statements, etc, make sure that you escape out the values with something like &lt;a href=&quot;http://us2.php.net/addslashes&quot; class=&quot;bb-url&quot;&gt;addslashes()&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Jul 2006 21:32:32 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1204640 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
