Forum Moderators: coopster

Message Too Old, No Replies

Do you fill your forms templates dynamically?

         

sjariri

11:42 am on Jul 19, 2005 (gmt 0)

10+ Year Member



I was wondering what are the issues involve in deciding if I should fill the templates in a form (e.g values of combo boxes) dynamically from database or statically from the page itself. I can think of issues and trade offs like database performance or the need to update these values, but I am not sure how much pressure does “a query per combo box” puts on a regular MySQL database.

So, what is your recommended way for filling forms’ templates?

jaski

5:04 am on Jul 20, 2005 (gmt 0)

10+ Year Member



hardly any pressure .. go ahead and use mysql.

mcibor

8:25 pm on Jul 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How did you plan to fill the checkboxes statically? You meant the same for each user? Better use mysql, as the page is then more personalised and forget the time loss - any picture loads far longer than db working

Best regards
Michal Cibor

ergophobe

8:30 pm on Jul 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It's not likely to be a query per comb box either. Presumably some combo boxes will have data from the same table. That's one query for several boxes.