Populate a dropmenu with database values

12 posts by 4 authors in: Forums > CMS Builder
Last Post: January 19, 2009   (RSS)

Re: [Dave] Populate a dropmenu with database values

By sev - January 19, 2009

thanks dave for helping me with this

in case others are looking for this solution the following code was added which tracks which types have already been shown and only shows each once:

<?php if (@$alreadyShown[ $record['type'] ]++) { continue; } ?>

cheers! [:)]