<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024861" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024861</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/building-queue-dvds#comment-1151958</link>
    <description> &lt;p&gt;You should have three tables (at least).&lt;/p&gt;
&lt;p&gt;1. Users&lt;br /&gt;
2. DVDs&lt;br /&gt;
3. Queue (lookup table of users/dvds)&lt;/p&gt;
&lt;p&gt;Ideally you wouldn&#039;t use the person&#039;s name, nor the name of the DVD, but rather their unique id number.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 May 2004 19:41:42 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1151958 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/building-queue-dvds#comment-1151944</link>
    <description> &lt;p&gt;So I would build a table in my database and populate it with the names of the people I know are borrowing DVDs from me.  I have built in the ability for the check out page to send to the database the name of the person requesting to borrow a movie.  Would I just add to that code for the queue table or do I need to build another cfm page for that to work?&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 May 2004 17:15:56 +0000</pubDate>
 <dc:creator>cgacfox</dc:creator>
 <guid isPermaLink="false">comment 1151944 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/building-queue-dvds#comment-1151803</link>
    <description> &lt;p&gt;Similar to what&#039;s checked out, you would have a lookup table of user+dvd and they can add or delete from that table when they add/delete from their list or queue.&lt;/p&gt;
&lt;p&gt;So:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;user&amp;nbsp; |&amp;nbsp; dvd_id&lt;br /&gt;---------------&lt;br /&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; 1&lt;br /&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; 2&lt;br /&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; 4&lt;br /&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; 12&lt;br /&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; 3&lt;br /&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; 4&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 May 2004 19:27:07 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1151803 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
