11.09.2018 Views

Aprender a desarrollar un sitio Web con PHP y MySQL

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

* Comprobar la <strong>con</strong>exión */<br />

if (!$<strong>con</strong>nect) {<br />

echo "Fallo de la <strong>con</strong>exión : ".mysqli_<strong>con</strong>nect_error();<br />

exit();<br />

}<br />

setlocale (LC_TIME, ’es-ES.utf-8’,’esp’);<br />

?><br />

<br />

Ejercicio formación<br />

<br />

<br />

f<strong>un</strong>ction comprueba_date(fecha_recibida) {<br />

if (fecha_recibida == ’’) {<br />

alert(’fecha no válida’);<br />

document.formulario.enviar.disabled=true;<br />

}<br />

else {<br />

document.formulario.enviar.disabled=false;<br />

}<br />

}<br />

f<strong>un</strong>ction enable_formador() {<br />

var tabla_formacion = new Array();<br />

<br />

//reajustar los checkbox<br />

var i;<br />

var obj_input;<br />

for (i = 0; i < document.formulario.elementos.length; i++)<br />

{<br />

obj_input = document.formulario.elementos[i];<br />

www.FreeLibros.me

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!