Jump to content

Database design help


Poddy

Recommended Posts

Hello, i am currently building a web application for facebook with PHP and MYSQL

my issue is that i need a table that can contain the user id along with the values he enters in a specific form to numerous questions.

the number of questions is dynamic and i need to to know what the user wrote, so it cant be a true or false thing..

 

should i create a table for each user and then just insert the questions id's with the value in it? is that efficient enough?

or is there another way, more bandwidth effective?

 

i also thought of making a table of user_id and answer while answer contains the values the user submitted as red,green,blue,yellow

and etc.

 

thanks in advance for any help

Link to comment
https://forums.phpfreaks.com/topic/89105-database-design-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.