Viewing file: conect.php (4.02 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$tables_portel[0] = "administracion_contacto";
$tables_portel[1] = "administracion_fuente";
$tables_portel[2] = "administracion_pertenencia_categoria_contacto";
$tables_portel[3] = "administracion_pertenencia_fuente_contacto";
$tables_portel[4] = "contenido_categoria";
$tables_portel[5] = "contenido_foto_y_medios";
$tables_portel[6] = "contenido_idioma";
$tables_portel[7] = "contenido_links";
$tables_portel[8] = "contenido_links_archivo";
$tables_portel[9] = "contenido_links_perfil";
$tables_portel[10] = "contenido_links_tipo";
$tables_portel[11] = "contenido_links_traduccion";
$tables_portel[12] = "contenido_pertenencia_categoria_links";
$tables_portel[13] = "contenido_pertenencia_foto_links";
$tables_portel[14] = "formas_foro";
$tables_portel[15] = "formas_pertenencia_foro_contacto";
$tables_portel[16] = "administracion_contacto,";
$tables_portel[17] = "administracion_fuente,";
$tables_portel[18] = "administracion_pertenencia_categoria_contacto,";
$tables_portel[19] = "administracion_pertenencia_fuente_contacto,";
$tables_portel[20] = "contenido_categoria,";
$tables_portel[21] = "contenido_foto_y_medios,";
$tables_portel[22] = "contenido_idioma,";
$tables_portel[23] = "contenido_links,";
$tables_portel[24] = "contenido_links_archivo,";
$tables_portel[25] = "contenido_links_perfil,";
$tables_portel[26] = "contenido_links_tipo,";
$tables_portel[27] = "contenido_links_traduccion,";
$tables_portel[28] = "contenido_pertenencia_categoria_links,";
$tables_portel[29] = "contenido_pertenencia_foto_links,";
$tables_portel[30] = "formas_foro,";
$tables_portel[31] = "formas_pertenencia_foro_contacto,";
$tables_portel[32] = "presentacion_formato";
$tables_portel[33] = "presentacion_formato,";
$tables_portel[34] = "presentacion_css";
$tables_portel[35] = "presentacion_css,";
$tables_portel[36] = "contenido_pertenencia_foto_categoria";
$tables_portel[37] = "contenido_pertenencia_foto_categoria,";
$tables_portel[38] = "contenido_pertenencia_links_links";
$tables_portel[39] = "contenido_pertenencia_links_links,";
$tables_portel[40] = "mapa_layer";
$tables_portel[41] = "mapa_layer,";
$tables_portel[42] = "mapa_puntos";
$tables_portel[43] = "mapa_puntos,";
$tables_portel[44] = "mapa_pertenencia_foto_puntos";
$tables_portel[45] = "mapa_pertenencia_foto_puntos,";
$tables_portel[46] = "presentacion_formato_alias";
$tables_portel[47] = "presentacion_formato_alias,";
$tables_portel[48] = "presentacion_formato_alias_tipo";
$tables_portel[49] = "presentacion_formato_alias_tipo,";
$tables_portel[50] = "formas_encuesta";
$tables_portel[51] = "formas_encuesta,";
$tables_portel[52] = "formas_encuesta_opcion";
$tables_portel[53] = "formas_encuesta_opcion,";
$tables_portel[54] = "administracion_aplicacion";
$tables_portel[55] = "administracion_aplicacion,";
$tables_portel[56] = "administracion_registro";
$tables_portel[57] = "administracion_registro,";
$tables_portel[58] = "administracion_estadisticas";
$tables_portel[59] = "administracion_estadisticas,";
$tables_portel[60] = "administracion_pertenencia_aplicacion_contacto";
$tables_portel[61] = "administracion_pertenencia_aplicacion_contacto,";
$tables_portel[62] = "contenido_categoria_alias";
$tables_portel[63] = "contenido_categoria_alias,";
$tables_portel[64] = "contenido_foto_y_medios_clase";
$tables_portel[65] = "contenido_foto_y_medios_clase,";
$tables_portel[66] = "administracion_aplicacion_ayuda";
$tables_portel[67] = "administracion_aplicacion_ayuda,";
$tables_portel[68] = "diccionario_excepcion";
$tables_portel[69] = "diccionario_excepcion,";
$tables_portel[70] = "encuesta_sys_inventario";
$tables_portel[71] = "encuesta_sys_inventario,";
$tables_portel[72] = "encuesta_sys_equipo";
$tables_portel[73] = "encuesta_sys_equipo,";
$tables_portel[74] = "encuesta_sys_software";
$tables_portel[75] = "encuesta_sys_software,";
$prefix = "dama_";
$db = mysql_connect("localhost", "jaime", "123");
mysql_select_db("dama",$db);
//echo $db;
?>
|