I'm writing a little polling app for a website, they want to run them each week. They will be the simple "choose your favorite" kind of multiple-choice polls. If anyone has ever written one of these, what is the best way to set up the poll questions? Do I store each question in a separate table and link them to a central "Poll" record? Or do you store the questions all in one record? Or is there an even better way to do this?
Any suggestions or pointers would be appreciated! Thanks. Monty -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php