include("../includes/inc.php");
drawHeader("Milonic SCombo - Dynamic Selective Combo Boxes");
drawMainMenu();
drawBody();
if($retCB)$checked = " checked "; else $checked="";
?>
Note, Scombo is a work in progress but you can download it here: scombo.zip
It enables you to include selective combo boxes that only show data relevant to parent select boxes.
As we add more options and data we will post them here. Along with a full set of instructions and documentation.
echo "
Selected Region: | $region |
Selected Country: | $country |
Selected State/Province: | $stateprovince |
Selected City: | $city |