MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old July 11th, 2000, 06:09 PM
icewind0 icewind0 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Posts: 4 icewind0 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
What I am after here is some intelligent advice concerning the best way to store some data the user enters when siging up for access to my site.
When the user signs up, he will answer various questions about himself. Some of the questions will be answered using the html form element select, which will provide them with a list of choices from a drop down list as i am sure you are familiar with. My question is, how should i store this data so i can easily modify it later? (add questions, change answers in case of spelling errors etc.) Should I make a table for each question? Should I just store the full text of the answer? Should I create a mapping from answer to integer and store that?
Any advice appreciated. Thanks.


Reply With Quote
  #2  
Old July 11th, 2000, 06:41 PM
rod k rod k is offline
Apprentice Deity
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237 rod k User rank is Private First Class (20 - 50 Reputation Level)rod k User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 m 8 sec
Reputation Power: 13
Send a message via AIM to rod k
Welcome to the wonderful world of database normalization! Anytime you have a limited set of responses to a form element, it's a good idea to use normalization. You create a table of those responses mapped to an integer id. You can then store in your "main" table just the integer. Queries are faster as it's quicker to compare an integer and the tables can be joined. If you are worried that you might have several queries to build the form, you can create a static page that is updated only when you make a change to the table.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > forms and mysql


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway