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=
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
2 matches
Mail list logo