Drop Down Based on First Value
// Script to Query the Concerts Table to Display the results
/* database configuration */
$dbConfig['type']="mysql";
$dbConfig['server']="localhost";
$dbConfig['username']="******";
$dbConfig['password']="******";
$dbConfig['database']="******";
include_once("JSDropDown.class.php");
$frmObjName="JSddForm";
echo "";
?>