\n\n"; if( is_numeric( $_GET["cod_nivel"] ) ) { $obj_nivel = new clsPmieducarSubnivel(); $lst_nivel = $obj_nivel->buscaSequenciaSubniveis($_GET["cod_nivel"]); if($lst_nivel) { foreach ($lst_nivel as $subnivel) { echo " {$subnivel['nm_subnivel']}\n"; } } } echo ""; ?>