Titulo Noticias
=curdate() limit 0,1"; $result = @mysql_query($consulta); while($row = mysql_fetch_assoc($result)) { $tipo = $row['tipo']; } //$tipo = "RS"; } if($week =='') { $consulta = "SELECT IF(fecgame>curdate(),1,2) as indicador FROM schedules WHERE tipo='$tipo' order by fecgame desc limit 0,1"; $result = @mysql_query($consulta); while($row = mysql_fetch_assoc($result)) { $ind = $row['indicador']; } //echo $ind."hola"; if($ind==1) { $consulta = "SELECT week FROM schedules WHERE fecgame>=curdate() and tipo='$tipo' limit 0,1"; $result = @mysql_query($consulta); while($row = mysql_fetch_assoc($result)) { $week = $row['week']; } } else { $consulta = "SELECT week FROM schedules WHERE tipo='$tipo' order by fecgame desc limit 0,1"; $result = @mysql_query($consulta); while($row = mysql_fetch_assoc($result)) { $week = $row['week']; } } } /* if($tipo=='PS') { $titulo = 'Pre-Temporada '; if($week =='') $week = 0; } else if ($tipo == 'RS') { $titulo = 'Temporada'; if($week =='') $week = 1; } */ ?>
Pretemporada Temporada Regular

Semana

Fecha Hora Visitante Local

@