<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021435" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021435</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/it-possible#comment-1132314</link>
    <description> &lt;p&gt;well there are to methods. Personally i don&#039;t do design (the comments i have when do tell me i&#039;m a good programmer but not a designer). Starting by the design you can set all the buttons forms and menus that you need and then only worry about making them work.If you start by coding then you&#039;ll know what you need to design after. It&#039;s up to you to choose witch one make you more confortable&lt;/p&gt;
 </description>
     <pubDate>Fri, 30 May 2003 13:21:43 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1132314 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/it-possible#comment-1132212</link>
    <description> &lt;p&gt;Well I am yet to actually design the site so what should I do first?  Design the database and tables etc or design the site?  I am looking to set up some the site so that people can register on the site.  Still not sure how to do that yet!  Can you guys help me?&lt;/p&gt;
&lt;p&gt;Thanks for guiding me in the right direction though lol! &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;/p&gt;
 </description>
     <pubDate>Wed, 28 May 2003 13:42:50 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1132212 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/it-possible#comment-1132211</link>
    <description> &lt;p&gt;I guess that now you have to start your project by yourself and ask for hints when you get stuck. Yes mysql is different from access it is a lot faster and can handle a lot more connections.&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 May 2003 12:51:05 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1132211 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/it-possible#comment-1132207</link>
    <description> &lt;p&gt;Yeah ok I understand that.  I tested it in MySql and it worked.  I can handle databases like Access but MySql seems to be different somehow.  So what next boss?! lol &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I am currently reading the mysql.com manual, and doing the tutorial.  I think that will help!  Although I probably will need help later on!&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;/p&gt;
 </description>
     <pubDate>Wed, 28 May 2003 09:56:06 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1132207 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/it-possible#comment-1132187</link>
    <description> &lt;p&gt;Ok First you need to understand the concept of a db let say i create a table TEAMS and it look like this&lt;/p&gt;
&lt;p&gt;|team_id|team_name|team_color|etc...&lt;br /&gt;
|-------|---------|----------|----&lt;br /&gt;
|1      |toto     |red       |&lt;/p&gt;
&lt;p&gt;now i&#039;ll create a table for players the player will always have a team related to them so i will put a field team_id in it when i add a player i put the id of the team he has joined in it. like this&lt;/p&gt;
&lt;p&gt;|player_id|team_id|player_name|etc...&lt;br /&gt;
|---------|-------|-----------|----&lt;br /&gt;
|23       |1      |bozo       |&lt;/p&gt;
&lt;p&gt;like this by looking up all player whose team_id is 1 i will get all players from team toto&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 May 2003 21:52:29 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1132187 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/it-possible#comment-1132148</link>
    <description> &lt;p&gt;I think I have explained this badly so let me try again.  A player plays a football match and gets so many points for his performance, let&#039;s say 10.&lt;/p&gt;
&lt;p&gt;I then want to enter the 10 points into a database and that automatically adjusts the scores for people who have that player in their team.  The table then changes to reflect the points change of the team.&lt;/p&gt;
&lt;p&gt;Does that make any sense to you guys lol!  I&#039;m not too good at explaining! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;So if I was to create a table for every player in the game (could be a lot) and then enter the points for every player into that?  Or...is it possible to do something like create a table for the team that they play for.  For instance, David Beckham would go under Manchester United and I change the scores under that yet it is still reflected in the fantasy team?&lt;/p&gt;
&lt;p&gt;AARGH!  I&#039;m confusing myself now lol.  Also how easy is it to set up a system where people could be able to register on the site and then be able to access things about their team etc?&lt;/p&gt;
&lt;p&gt;Many thanks for this guys, I appreciate all your help and I know that I can easily confuse people. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;   So once again many thanks!&lt;/p&gt;
&lt;p&gt;[EDIT]&lt;br /&gt;
Ok.  I have had a play around with MySql and that has brought something else to my mind.  The user registers with us and they select their team etc.  That would create a new field in the database for their team right? Oh god...it is starting to get confusing now.  So I think I should tackle one issue at a time.&lt;/p&gt;
&lt;p&gt;The first issue should be how I get people to be able to login to the site and change their team etc.&lt;/p&gt;
&lt;p&gt;Once again, I offer my thanks and condolences to the people how help me!  Many, many, many thanks!&lt;br /&gt;
[/EDIT]:)&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 May 2003 11:30:37 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1132148 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/it-possible#comment-1132114</link>
    <description> &lt;p&gt;I don&#039;t know since i don&#039;t know how you are going to build your tables. &lt;/p&gt;
&lt;p&gt;Let me explain how i would do it.&lt;br /&gt;
make a table only for the score. each time somebody scores add a row with the game_id Player_id team_id. then you can use this table to display the score of that game the total for a player or for a team.&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 May 2003 21:51:46 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1132114 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/it-possible#comment-1132113</link>
    <description> &lt;p&gt;Well the player score will be updated once a week probably.  I am guessing that that would make it easier.&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 May 2003 21:44:31 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1132113 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/it-possible#comment-1132112</link>
    <description> &lt;p&gt;Yes it is possible (IMO the first thing a programer should learn is that everything is possible if you can afford it).&lt;/p&gt;
&lt;p&gt;if you want some help i would need to know how exactly you want this to work. Is the score for the team going to be updated after the game is over, once a week or as soon as the player score, the way you are going the structure your tables will also change how you are going to code this&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 May 2003 21:28:05 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1132112 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
