| |
| PROPERS PARTITS |
| |
// Limitamos la consulta:
/*$lineas_mostrar=5;
$limit=paginar("limitar");*/
include "datos_conexion.php";
$comprobar="SELECT * FROM proximos_partidos order by fecha LIMIT 5";
$consultar=mysql_query($comprobar, $link);
while ($part = mysql_fetch_array($consultar))
{
$cod_proxim=$part["cod_proxim"];
$fecha=$part["fecha"];
$hora=$part["hora"];
$lugar=$part["lugar"];
$equipo1=$part["equipo1"];
$equipo2=$part["equipo2"];
?>
| echo "$equipo1"; ?> |
echo "$equipo2"; ?> |
| echo fecha_esp($fecha); echo " $hora"; ?>H |
echo "$lugar"; ?> |
|
}
?>
|
| |
 |
|
| |
| CLASSIFICACIÓ |
// Seleccionamos equipos ordenados por puntos:
$comprobar_def="
SELECT cod_clasif,equipo,puntos,orden
FROM clasificacion
ORDER BY puntos DESC, orden ASC, equipo";
$consultar=mysql_query($comprobar_def);
$i=1;
while ($fila = mysql_fetch_array($consultar))
{
$cod_clasif=$fila["cod_clasif"];
$equipo=$fila["equipo"];
$puntos=$fila["puntos"];
$orden=$fila["orden"];
if($equipo=="C.F. BADALONA")
{
$color="#FF0000";
}else{
$color="#333333";
}
?>
| class="txt_clasificacion"> echo "$i"; ?> |
class="txt_clasificacion"> echo substr($equipo,0,18); ?> |
class="txt_clasificacion"> echo "$puntos"; ?> |
$i++;
}
?>
|
|
|
 |
| |
| |
|
|
| PORTADA |
|
 |
| |
| ALTRES NOTÍCIES |
| |
|
// Limitamos la consulta:
$lineas_mostrar=5;
$limit=paginar("limitar");
$comprobar="SELECT * FROM noticias WHERE visible=1 and portada = 0 and cod_seccion = 1 order by fecha DESC, cod_noticia $limit";
$consultar=mysql_query($comprobar, $link);
while ($array = mysql_fetch_array($consultar))
{
$cod_noticia=$array["cod_noticia"];
$fecha=$array["fecha"];
$titulo=$array["titulo"];
$subtitulo=$array["subtitulo"];
$descripcion=$array["descripcion"];
$foto=$array["foto"];
$portada=$array["portada"];
$posicion = strpos($titulo, " ");
if($posicion===false)
$posicion = strpos($titulo, " ");
if($posicion==0 && $posicion!==false)
$titulo=substr($titulo, 4);
?>
| echo fecha_esp($fecha);?> |
" target="_parent" class="titulo_noticies"> echo "$titulo";?> |
}
?>
| |
Veure més>> |
|
| |
 |
| |
| LA BOTIGA |
 |
 |
|
| EL BLOG |
 |
 |
|
| ESCOLTA EL PARTIT |
 |
 |
|
| MÁS ALLÁ DEL DAKAR |
 |
 |
|
|