Articulos PHP
- 1.2 Enunciados de salida echo.
- 3.2 Obteniendo informaci贸n de la base de datos.
- 3.3 Transformando series en variables.
- 1.6 Unir comparaciones.
- 1.9 Como desplazarse dentro de un arreglo o array.
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.3 Pasando el cursor sobre un elemento.
- 2.7 Listas desplegables con change()
- 1.4 El evento click
- 1.8 Creando elementos con Jquery
- 2 A帽adiendo elementos a la p谩gina con append().
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.2 Estructura de los estilos CSS.
- 1 Hojas de estilo 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
- 1.1 Consulta SELECT.
- 1.5 Realizar una suma con SUM()
- 1 MySQL.
- 4.1 Eliminando privilegios de una cuenta.
- 1.8 Seleccionando registros con WHERE.
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