Re: [PHP] populating list menus with mysql and for statements

2002-06-09 Thread Jason Wong
On Sunday 09 June 2002 17:27, electroteque wrote: > hi i am populating a list menu with mysql , i would like to find a way to > populate a form with more than one of the same list menus in a for loop > > >while ($sample = $result->fetchRow(DB_FETCHMODE_ASSOC)) { >$typeID=

[PHP] populating list menus with mysql and for statements

2002-06-09 Thread electroteque
hi i am populating a list menu with mysql , i would like to find a way to populate a form with more than one of the same list menus in a for loop fetchRow(DB_FETCHMODE_ASSOC)) { $typeID=$sample["typeID"]; $description=$sample["description"]; $sample_type[$sample['typeID