Ver Mensaje Individual
  #36 (permalink)  
Antiguo 11/06/2007, 05:20
Avatar de kaninox
kaninox
 
Fecha de Ingreso: septiembre-2005
Ubicación: In my House
Mensajes: 3.597
Antigüedad: 18 años, 8 meses
Puntos: 49
Re: Drama con fecha y actualización de sitio

deberia ser
Código PHP:
<?php
$noti_hoy 
mysql_query(" SELECT * FROM noticia"
                                  
." WHERE home = 'si' "
                                  
." AND destacado = 'si' "
                                  
." AND fecha = '$fecha_hoy' "
                                  
." limit 1 ORDER BY id_noticia DESC");
while (
$result mysql_fetch_array($noti_hoy))
{
?>
__________________
Gokuh Salvo al mundo. PUNTO!!!!