<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034629" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034629</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/databases-and-ecommerce-confused#comment-1201624</link>
    <description> &lt;p&gt;I would reccommend a database, for sure.  MySQL and PHP preferred.  Do you have any experience in coding at all?&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Jun 2006 20:41:33 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1201624 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/databases-and-ecommerce-confused#comment-1201612</link>
    <description> &lt;p&gt;Well we plan on offering probably 40-50 products i think.&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Jun 2006 17:49:03 +0000</pubDate>
 <dc:creator>Bkag</dc:creator>
 <guid isPermaLink="false">comment 1201612 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/databases-and-ecommerce-confused#comment-1201564</link>
    <description> &lt;p&gt;A database is alot of work. If you have alot of products you definitely need one, and using MySQL with PHP will achieve this &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;br /&gt;
However for a few products you can get away with static pages.&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Jun 2006 06:33:42 +0000</pubDate>
 <dc:creator>Green11</dc:creator>
 <guid isPermaLink="false">comment 1201564 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/databases-and-ecommerce-confused#comment-1201520</link>
    <description> &lt;p&gt;with the few products on your page, you should not need a database to hold product information. unless you are planning on putting alot more on there.&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Jun 2006 20:25:33 +0000</pubDate>
 <dc:creator>adjroth</dc:creator>
 <guid isPermaLink="false">comment 1201520 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/databases-and-ecommerce-confused#comment-1201506</link>
    <description> &lt;p&gt;No, the coding has to be done by hand.  It&#039;s not something that Frontpage can do for you.&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Jun 2006 18:14:02 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1201506 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/databases-and-ecommerce-confused#comment-1201500</link>
    <description> &lt;p&gt;Well i hope i have got this sorted now, im going to use zen cart, but have to change host first because my current doesnt accept ftp. I am using msfrontpage to design my site, is there any way of doing what you are saying in the &quot;design&quot; view of frontpage?&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Jun 2006 17:10:02 +0000</pubDate>
 <dc:creator>Bkag</dc:creator>
 <guid isPermaLink="false">comment 1201500 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/databases-and-ecommerce-confused#comment-1201459</link>
    <description> &lt;p&gt;on my site &lt;a href=&quot;http://www.jewelrysummit.com/&quot; class=&quot;bb-url&quot;&gt;http://www.jewelrysummit.com/&lt;/a&gt; i have a main template, then smaller tables that are filled with data from a database using PHP, like brady said. I have an &quot;Action&quot; variable that defines what the customer is doing, &quot;Page&quot; variable to define what page they&#039;re on, and obviously a &quot;Product&quot; variable for what product they&#039;re viewing. You could use a paypal shopping cart, but i have one that i made but then uses paypal to checkout.&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Jun 2006 05:57:43 +0000</pubDate>
 <dc:creator>adjroth</dc:creator>
 <guid isPermaLink="false">comment 1201459 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/databases-and-ecommerce-confused#comment-1201407</link>
    <description> &lt;p&gt;You basically would want to use a template-based system and a language like PHP.  A simple pseudo-code example:&lt;/p&gt;
&lt;p&gt;index.php:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;set page to index&lt;br /&gt;include generic header file, and display first &amp;quot;half of webpage&amp;quot;&lt;br /&gt;connect to table for index&lt;br /&gt;pull data&lt;br /&gt;display dynamic data&lt;br /&gt;include generic footer file and display the remaining parts&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;And this would be the setup for each page, with a different &quot;tag&quot; for the page.  If you want to get really fancy...you can have index.php accept variables, and have your entire webpage built around &quot;index.php?id=1&quot;, &quot;index.php?id=2&quot; etc, but that&#039;s not really that good for SEO (from what I&#039;ve heard).&lt;/p&gt;
&lt;p&gt;Hopefully this helps.&lt;/p&gt;
 </description>
     <pubDate>Mon, 05 Jun 2006 20:50:56 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1201407 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
