in reply to Reading data from mySQL into hashes and manipulation of hashes
This is the current layout of the database...item_no (the number of the poll in the database) date_begun (the date the vote was added) date_ended (the date the poll stopped) begun_by (the username of the person who created the poll) description (the text above the vote) option_1_t -> option_6_t (6 columns containing the text of the vote op +tion) option_1_n -> option_6_n (6 columns containing the numbers attached to + vote options)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Database Design
by tommyw (Hermit) on Aug 30, 2002 at 15:07 UTC | |
by lagrenouille (Acolyte) on Aug 30, 2002 at 15:11 UTC | |
by CubicSpline (Friar) on Aug 30, 2002 at 19:09 UTC |