error_reporting(0); function mes($numero_mes) { switch ($numero_mes) { case'01': return 'Enero'; break; case'02': return 'Febrero'; break; case'03': return 'Marzo'; break; case'04': return 'Abril'; break; case'05': return 'Mayo'; break; case'06': return 'Junio'; break; case'07': return 'Julio'; break; case'08': return 'Agosto'; break; case'09': return 'Septiembre'; break; case'10': return 'Octubre'; break; case'11': return 'Noviembre'; break; case'12': return 'Diciembre'; break; } } function nombre_seccion($prefijo) { $prefijo = strtolower($prefijo); switch ($prefijo) { case 'lit': return 'Literatura'; break; case 'art': return 'Arte'; break; case 'mus': return 'Música'; break; case 'mis': return 'Miscelanea'; break; case 'new': return 'Noticias'; break; } } ?> $hostname_arteshoy = "localhost"; $database_arteshoy = "arteshoy_datos"; $username_arteshoy = "arteshoy_user"; $password_arteshoy = "art58844"; $arteshoy = mysql_connect($hostname_arteshoy, $username_arteshoy, $password_arteshoy) or trigger_error(mysql_error(),E_USER_ERROR); ?> if (isset($_GET['ye']) && isset($_GET['mo'])) { $anno = $_GET['ye']; $mes = $_GET['mo']; } else { mysql_select_db($database_arteshoy, $arteshoy); $query_Recordset1 = "SELECT * FROM historico ORDER BY fecha_anno DESC, fecha_mes DESC"; $Recordset1 = mysql_query($query_Recordset1, $arteshoy) or die(mysql_error()); $row_Recordset1 = mysql_fetch_assoc($Recordset1); $anno = $row_Recordset1['fecha_anno']; $mes = $row_Recordset1['fecha_mes']; mysql_free_result($Recordset1); } mysql_select_db($database_arteshoy, $arteshoy); $query_Recordset1 = "SELECT * FROM historico WHERE fecha_anno='".$anno."' AND fecha_mes='".$mes."' ORDER BY URL, autor_nombre"; $Recordset1 = mysql_query($query_Recordset1, $arteshoy) or die(mysql_error()); ?>
|
|
||
include('footer.html'); ?>
Diseño web: Keydomo |