<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019588" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019588</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/help-0#comment-1117780</link>
    <description> &lt;p&gt;Don&#039;t forget to build in some error checking incase someone types in the address bar, like &quot;screensaver.php?id=thiswillbreak&quot;&lt;/p&gt;
&lt;p&gt;Make sure before you send it to the database that you validate it as proper input.&lt;/p&gt;
&lt;p&gt;Have fun!&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Nov 2002 00:25:26 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1117780 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/help-0#comment-1117740</link>
    <description> &lt;p&gt;cheerz i will check it out later tonight&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Nov 2002 11:14:04 +0000</pubDate>
 <dc:creator>Arryob</dc:creator>
 <guid isPermaLink="false">comment 1117740 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/help-0#comment-1117635</link>
    <description> &lt;p&gt;You&#039;ve got the first part right. When you pass the value like screensaver.php?id=20, it passes the variable $id to the next screen which in this case would be 20. To pick it up using MySQL, you would just use a simple Select statement:&lt;br /&gt;
&lt;strong&gt;SELECT fieldnames (or *) from tablename where id=&#039;$id&#039;&lt;/strong&gt;&lt;br /&gt;
Which in this case would say SELECT * (all values) from tablename where id=&#039;20&#039;.&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Nov 2002 13:58:16 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1117635 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
