Articulos PHP
- 1.2 Enunciados de salida echo.
- 3.1 Conexi贸n MySQL con enunciado die.
- 2.5 Saliendo del ciclo con BREAK.
- 1.4 Trabajar con n煤meros en PHP.
- 3.3 Transformando series en variables.
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.3 Empezando a utilizar Jquery
- 2.4 Usando AJAX con el m茅todo .post().
- 1.1 Como utilizar Jquery
- 2.1 El selector $(this).
- 1.8 Creando elementos con Jquery
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.1 Como incluir estilos en una p谩gina web.
- 1 Hojas de estilo CSS.
- 1.2 Estructura de los estilos CSS.
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
- 2.7 Conjunci贸n interna de tablas.
- 3.1 Borrando una fila con DELETE.
- 3.2 Tipos de datos en MySQL.
- 3.6 Inspeccionar una base de datos con SHOW.
- 3.5 Crear y borrar una base de datos
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