Entradas

Mostrando las entradas de noviembre, 2017

EVALUACIÓM

Noviembre 8 del 2017 Se realizara una evalucion Debemos tener en cuenta el amnual 33 y 34 que constan de lo siguiente: index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> </head> <?php $mensaje = isset($_GET['mensaje'])?$_GET['mensaje']:""; if ($mensaje != ""){ ?> <script type="text/javascript">alert("<?=$mensaje;?>");</script> <?php }?> <body> <form id="form1" name="form1" method="post" action="guardar.php">   <table width="100%" border="0" cellspacing="0&qu

ACUMULATIVO

Noviembre 1 del 2017 Se realizo el siguiente ejercicio: index.php: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body> <div align=center> <h1> EL FORMULARIO </h1></div>  <form id="formulario" name="formulario" method="POST" action="conexion.php" action="generar_pdf.php" target="_blank" >  Palabra: <input type= "text" name="a" id="a" required/><br><br> Quien soy:<input type= "text" name="b" id="b" required/><br><br>  <input type="submit" name=&q

PRUEBA SABER

Octubre 25 del 2017 Realizamos un ejercicio que valio como prueba saber la solucion de el ejercicio es la siguiente: index.php: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body>  <form id="formulario" name="formulario" method="POST" action="conexion.php" target="_blank" >   Numero: <input type="text" name="num" pattern="[0-9]{10}" required/><hr> <input type="submit" value="Guardar" />   <br>      </form> </body> </html> conexion.php: <?php  //-- variables para conectarse a l