<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033567" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033567</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/where-should-i-start#comment-1198067</link>
    <description> &lt;p&gt;Yes. MYSQL is the way to go with this sort of thing. And the above is all good advice, modeling the db...setting up a unique &#039;ID&#039; for each user and adding the tables and columns from there. It would be way easier to set it all up as a nice web form and output it all in a nice &#039;format.php&#039; page. In most cases excel is going to be a crutch compared to what you CAN do with php and mysql. Look into some possibilities and maybe present them to the &#039;client&#039;. Theres always a better way to go about things imo.&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Apr 2006 23:29:24 +0000</pubDate>
 <dc:creator>kahouty</dc:creator>
 <guid isPermaLink="false">comment 1198067 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>model the data</title>
    <link>https://www.webmaster-forums.net/web-database-development/where-should-i-start#comment-1197925</link>
    <description> &lt;p&gt;So often people get tied to excel or worse FileMaker without realizing that there are so many better ways.&lt;/p&gt;
&lt;p&gt;The first thing to do is to model the database.&lt;/p&gt;
&lt;p&gt;List all the fields in this excel doc and figure out the best table structure.&lt;/p&gt;
&lt;p&gt;At a minumum each user would have one record for there account.&lt;br /&gt;
A &quot;user&quot; or &quot;directory&quot; table which would relate via an ID or username to the records. &lt;/p&gt;
&lt;p&gt;Search for sites on data modeling or pick up &quot;data design for mere morals&quot; by hernandez... a great book for starters.&lt;/p&gt;
&lt;p&gt;it sounds like the projext needs to get to the next generation.&lt;/p&gt;
&lt;p&gt;best of luck&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Apr 2006 16:45:45 +0000</pubDate>
 <dc:creator>Paul Lyons</dc:creator>
 <guid isPermaLink="false">comment 1197925 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/where-should-i-start#comment-1195442</link>
    <description> &lt;p&gt;excel can be imported into MYSQL but as a text based doc, you&#039;d have to use PHP or recreate the formulars.&lt;/p&gt;
&lt;p&gt;You say it has to be exported into excel but nothing about info being displayed. You could do it two fold, import data into MYSQL database (for safe keeping) then export the info to you as a .cs? (comma seperated something - forgot the last word), anyways this text file with all the data can be imported into excel.&lt;br /&gt;
you could cut out the database and just create the text file but being safe with back up is handy&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Mar 2006 20:52:03 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1195442 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
