<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015126" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015126</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/interactive-datbase-demo#comment-1087255</link>
    <description> &lt;p&gt;I find that &lt;a href=&quot;http://www.asp101.com&quot; class=&quot;bb-url&quot;&gt;asp101.com&lt;/a&gt; has great examples for beginners. If you&#039;re sure that everyone is going to be using cookies then using sessions is a viable alternative. You could store the login info in application variables, for example:&lt;/p&gt;
&lt;p&gt;Application(&quot;LoginName&quot;) = &quot;DemoUser&quot;&lt;br /&gt;
Application(&quot;LoginPassword&quot;) = &quot;demo&quot;&lt;/p&gt;
&lt;p&gt;Then you could store all their individual selections in sessions, for example:&lt;/p&gt;
&lt;p&gt;Session(&quot;SelectionOne&quot;) = &quot;Service One&quot;&lt;br /&gt;
Session(&quot;SelectionTwo&quot;) = &quot;Service Two&quot;&lt;/p&gt;
&lt;p&gt;etc...&lt;/p&gt;
&lt;p&gt;This will save you a lot of coding since you don&#039;t have to interface with a database, just remember if someone turns off their cookies, your application breaks (sessions will not function).&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2001 20:12:16 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1087255 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/interactive-datbase-demo#comment-1087253</link>
    <description> &lt;p&gt;Thanks guys...&lt;/p&gt;
&lt;p&gt;It is basically a Microsoft environment over here...So it sounds like the active server pages would work best. I have had some experience with asp but nothing to brag about. Are any of these sites better for doing what I am attempting to do at a beginners level?&lt;/p&gt;
&lt;p&gt;Also, here is a post from another forum - what do you guys think?&lt;/p&gt;
&lt;p&gt;&quot;Do you definitely need that info to be stored in a database, rather than session data or something like that? Unless I&#039;m underestimating the scope of the project, that&#039;s generally a much more appropriate manner to store one-use information. &lt;/p&gt;
&lt;p&gt;Another question: can the application potentially be accessed by more than one simultaneous user? If so, that one temporary &quot;guy&quot; won&#039;t do...you&#039;ll need to be able to generate as many temps as you need, deleting them once they&#039;re done. And again, that&#039;s generally not the ideal situation for database storage.&quot;&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2001 20:02:31 +0000</pubDate>
 <dc:creator>Hundley</dc:creator>
 <guid isPermaLink="false">comment 1087253 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/interactive-datbase-demo#comment-1087252</link>
    <description> &lt;p&gt;Well, the way to go really depends on your current server environment and your programming experience. If you&#039;re currently on a non-Windows OS server then it does make sense to go the PHP/MySQL route, but if you&#039;re running IIS4 or IIS5 &amp;amp; using ASP it&#039;s more productive to stay with Microsoft technologies, ASP/SQL Server.&lt;/p&gt;
&lt;p&gt;Some resources:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.asp101.com&quot; class=&quot;bb-url&quot;&gt;asp101.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ultimateasp.com&quot; class=&quot;bb-url&quot;&gt;ultimateasp.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.aspfaq.com&quot; class=&quot;bb-url&quot;&gt;aspfaq.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.microsoft.com/sql&quot; class=&quot;bb-url&quot;&gt;microsoft.com/sql&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.sql-server-performance.com&quot; class=&quot;bb-url&quot;&gt;sql-server-performance.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Have fun!&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2001 19:51:02 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1087252 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/interactive-datbase-demo#comment-1087246</link>
    <description> &lt;p&gt;PHP and MYSQL would be the way to go.&lt;/p&gt;
&lt;p&gt;For tutorials:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.devshed.com/&quot; class=&quot;bb-url&quot;&gt;http://www.devshed.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.phpbuilder.com/&quot; class=&quot;bb-url&quot;&gt;http://www.phpbuilder.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.weberdev.com/&quot; class=&quot;bb-url&quot;&gt;http://www.weberdev.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.zend.com/&quot; class=&quot;bb-url&quot;&gt;http://www.zend.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.php.net&quot; class=&quot;bb-url&quot;&gt;http://www.php.net&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.webmonkey.com&quot; class=&quot;bb-url&quot;&gt;http://www.webmonkey.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mysql.com&quot; class=&quot;bb-url&quot;&gt;http://www.mysql.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Aug 2001 18:21:17 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1087246 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
