More Related Content
Clase 10 electiva profesional 3 aws rds php y mysql Introduction to Service Worker What's hot (20)
Php codigos interfaces fredy guzman cusihunca Analizador sintáctico de Pascal escrito en Bison Javascript and jQuery for Mobile Documentacion edderson callpa_ortiz Silex. Микрофреймворк для микроприложений Viewers also liked (13)
Resume - Harry Grossman 12-2014 Estructuras de control try catch How do marketers influence country of-origin effects Diapositivas de informatica Cromosoma Y Guillermo Lapeña What are The Most Popular Pricing Strategies by Industry Sector. Análise do filme Playtime de Jacques Tati Apresentação Plano de Marketing Life Essence Brasil Videogame e gamification per la formazione Jodo Mission Bulletin - December 2016 184832283 cartilha-de-alfabetizacao-pirulito-140827163123-phpapp02 More from jbersosa (20)
Administracion de la memoria principal Auditoriasistemasi 150703002656-lva1-app6891 Auditoria de sistemas (1) Auditoría de sistemas de información presentación Realizar investigación y hacer un análisis por cada tema asignado al particip... Proyectodeprogramacinidesegundocorte2015 2 Bases de datos mysql y repotes usando jasper report Continuación 3 de la creación de reportes con jasper report Simular un next del recordset en php de forma rudimentaria
- 5. <h1 align="center">EVALUACIONDEPROCESAMIENTODE DATOS</h1>
</head>
<body>
<label><h2align="center">programaque determinael listadode alumnosysusrespectivas
notas</h2></label>
<table border="2" weigth="800"align="center">
<tr>
<td>ALUMNOS</td>
</tr>
<tr>
<td>
<form name="form"method="POST"action="<?phpecho$_SERVER['PHP_SELF'];?>">
<fieldset>
<legend>DATOSDELALUMNO</legend>
<br />CEDULA <inputtype="text"name="cedula1"autofocus><br/>
<br />NOMBRE <inputtype="text"name="nombre1"><br/>
<br />NOTA 1 <inputtype="text"name="nota1"><br/>
<br />NOTA 2 <inputtype="text"name="nota2"><br/>
<br />NOTA 3 <inputtype="text" name="nota3"><br/>
<br />
<br /><inputtype="submit"name="boton"value="Inicializar"><inputtype="submit"
name="boton1"value="incluir"><inputtype="submit"name="boton2"value="Mostrar">
</fieldset>
</form>
- 7. <fieldset>
<legend>DATOSDELOS ALUMNOS</legend>
<br />CEDULA <inputtype="text" value="<?phpecho$z[1];?>" name="cedulam"
onFocus="this.blur()"><br/>
<br />NOMBRE <inputtype="text"value="<?phpecho$z[2];?>" name="nombrem"
onFocus="this.blur()"><br/>
<br />NOTA 1 <inputtype="text"value="<?phpecho$z[3];;?>"name="nota1m"
onFocus="this.blur()"><br/>
<br />NOTA 2 <inputtype="text"value="<?phpecho$z[4];;?>"name="nota2m"
onFocus="this.blur()"><br/>
<br />NOTA 3 <inputtype="text"value="<?phpecho$z[5];?>"name="nota3m"
onFocus="this.blur()"><br/>
<br/><br/><input type="button"name="boton4"value="Reporte"onclick=
"javascript:window.open('ejemplo2.php')">
</fieldset>
<?php
}
?>
</form>
</table>
</body>
</html>
Ejemplo2.php
<?php