";
$planestudio=pg_exec("select * from pland where id_plan='3'");
$f=pg_numrows($planestudio);
if($f==0)
{echo "Existe un error ...";exit;}
for($c=0;$c<$f;$c++)
{
$idp=pg_result($planestudio,$c,0);
$num=pg_result($planestudio ,$c,1);
$nop=pg_result($planestudio ,$c,2);
}
echo "$num $nop ";
// MENU
?>
$objet=pg_exec("select * from contenidos where id_materia='$idm' and id_periodo='$per' and id_plan='3' and id_docente='$idd' and estado='1' and id_contenido='$ico' ORDER BY orden ASC");
$i=pg_numrows($objet); if($i==0){echo "No se registro ningun objetivo";exit;}
for($j=0;$j<$i;$j++)
{
$uni=pg_result($objet,$j,11);
$tit=pg_result($objet,$j,12);
$con=pg_result($objet,$j,13);
echo "