"$value", "city" => "$city"); $x++; } elseif (eregi("frmType_", $key)) { $type = eregi_replace("frmType_", "", $key); $varListType[$y] = array("id" => "$value", "type" => "$type"); $y++; } } } else { $varListCity = NULL; $varListType = NULL; } #BODY FUNCTIONS GO HERE printEventSearchPage($varListCity, $varListType, $pageName, $type, $city, $dbLink); #LOAD ALL_BOTTOM DESIGN INTO PAGE require("all_bottom.html"); ?>