Articulos PHP
- 2.2 Ciclo FOR.
- 2.1 Enunciado switch.
- 1.6 Unir comparaciones.
- 2.5 Saliendo del ciclo con BREAK.
- 1.4 Trabajar con n煤meros en PHP.
Warning: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 128
Articulos Jquery
- 1 Jquery
- 2.7 Listas desplegables con change()
- 1.3 Empezando a utilizar Jquery
- 2.5 Recorriendo el array con each().
- 1.4 El evento click
Warning: Use of undefined constant jquery - assumed 'jquery' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 137
Articulos CSS
- 1 Hojas de estilo CSS.
- 1.2 Estructura de los estilos CSS.
- 1.1 Como incluir estilos en una p谩gina web.
Warning: Use of undefined constant css - assumed 'css' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 146
Articulos Mysql
- 1.8 Seleccionando registros con WHERE.
- 2.1 Seleccionando registros con BETWEEN y WHERE
- 3.1 Borrando una fila con DELETE.
- 2.7 Conjunci贸n interna de tablas.
- 3.6 Inspeccionar una base de datos con SHOW.
Warning: Use of undefined constant mysql - assumed 'mysql' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 155
Warning: Use of undefined constant tema - assumed 'tema' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 199
Warning: Use of undefined constant tema - assumed 'tema' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 220
Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 220
1.7 Enunciado exit o die.
En ocasiones en necesario detener la ejecuci贸n de un script por que alguna condici贸n no se cumple o bien debido a que existe un error en el programa, para ello utilizaremos el enunciado exit o die. Dichos enunciados funcionan de la siguiente manera:
- exit(“Hay un error en la base de datos”);
- die(“No se ha cumplido determinada condici贸n!!!!”);
Warning: Use of undefined constant tema - assumed 'tema' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 225
Enunciado exit o die.
Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 225
1.7



