include_once('sentencias.php'); $conexion= conectar(); extract($_POST); extract($_GET); ?>
Reporte de Notas
Seleccione un Semestre:
$sqlp="Select * from semestre"; $resultadop = mysql_query($sqlp, $conexion); ?>
SELECIONE UN SEMESTRE
while ($busqueda = mysql_fetch_array($resultadop)) { ?>
echo $busqueda[1]; ?>
} ?>
Nº de Cédula
Seleccione Una Materia:
$sqlm="Select * from materia"; $resultadom = mysql_query($sqlm, $conexion); ?>
SELECIONE UN SEMESTRE
while ($busqueda = mysql_fetch_array($resultadom)) { ?>
echo $busqueda[1]; ?>
} ?>
Regresar