Articulos PHP
- 1 PHP
- 3.1 Conexi贸n MySQL con enunciado die.
- 2.7 Enlazar un programas con include.
- 1.8 Arreglos o array.
- 2.1 Enunciado switch.
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
- 2.9 Valor de un campo de texto con attr().
- 2.8 Valor de una lista desplegable con attr().
- 1.3 Empezando a utilizar Jquery
- 1 Jquery
- 2.4 Usando AJAX con el m茅todo .post().
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.5 Seleccionando filas con NOT LIKE.
- 3.9 Privilegios o permisos en MySQL
- 1.3 Valor m谩s alto de una columna.
- 1.2 Funci贸n AVG().
- 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



