Articulos PHP
- 1 PHP
- 2.2 Ciclo FOR.
- 2.3 Ciclo FOR avanzado.
- 1.5 Hacer comparaciones de valores.
- 2.4 Ciclo WHILE.
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 Añadiendo elementos a la página con append().
- 3.1 Callback en Jquery
- 2.8 Valor de una lista desplegable con attr().
- 2.4 Usando AJAX con el método .post().
- 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 Hojas de estilo CSS.
- 1.1 Como incluir estilos en una página web.
- 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.1 Seleccionando registros con BETWEEN y WHERE
- 2.2 Registros especÃficos con IN.
- 1.5 Realizar una suma con SUM()
- 2.5 Seleccionando filas con NOT LIKE.
- 1.7 Ordenar valores de forma descendente.
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
3.6 Inspeccionando la base de datos con SHOW.
Para poder inspeccionar una base de datos y ver cuantas tablas contiene, simplemente debemos usar la instrucción SHOW TABLES. Ahora que si queremos inspeccionar una tabla para saber cuantas columnas contiene, simplemente debemos de usar la instrucción SHOW COLUMNS co el siguiente formato:
SHOW COLUMNS FROM nombreTabla
Entonces para ver las columnas y su descripción de la tabla anuncios, quedarÃa como sigue:
SHOW COLUMNS FROM anuncios
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
Inspeccionar una base de datos con SHOW.
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
3.6



