i'm not sure where to post this.
i'm still in designing database stage but i'm thinking how i'll write the queries and what problems i'll find with php too.
Here's my situation:
i was asked to develop an intranet where users will have to answer about 80 questions each.
As i think that's too much long, i'm thinking in making forms with around 15-20 questions each time.
That implies that for each user i've to have an INSERT and for every other missing form have UPDATE queries as well.
Am i thinking correctly or is there a better way to organize this?
thanks in advance
i'm still in designing database stage but i'm thinking how i'll write the queries and what problems i'll find with php too.
Here's my situation:
i was asked to develop an intranet where users will have to answer about 80 questions each.
As i think that's too much long, i'm thinking in making forms with around 15-20 questions each time.
That implies that for each user i've to have an INSERT and for every other missing form have UPDATE queries as well.
Am i thinking correctly or is there a better way to organize this?
thanks in advance