11/11/2004, 10:02
|
| | Fecha de Ingreso: marzo-2002
Mensajes: 60
Antigüedad: 22 años, 8 meses Puntos: 0 | |
Ya lo solucione Gracias Cluster por tu Ayuda ya Solucine el problema
Esta fue la consulta que Utilice
SELECT `materias`.`nommat`, `notas`.`tipo`, `notas`.`ano`, `notas`.`mat`, `notas`.`inimat`, `notas`.`nummat`, `notas`.`numcarr`, `notas`.`semestre`, `notas`.`nota`
FROM `materias` INNER JOIN `notas` ON (`materias`.`inimat` = `notas`.`inimat`) AND (`materias`.`nummat` = `notas`.`nummat`)
WHERE Ano ='".$_SESSION['Ano']."' And Mat ='".$_SESSION['Mat']."' And semestre ='".$_POST['semestre']."'
__________________ Viva la Republica Dominicana |