Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/06/2004, 10:08
harryLine
 
Fecha de Ingreso: julio-2003
Mensajes: 97
Antigüedad: 20 años, 9 meses
Puntos: 0
Vale, q estoy tonto... bueno, ya que lo he preguntado, me contesto...

Código PHP:
$fechaTemp time();
$fecha date("Y-m-d"$fechaTemp);

while(
$myrow=mysql_fetch_object($result))
{
    if(
$myrow->startDate $fecha)
        echo 
$myrow->startDate "<br>";    

pero anda, q ya me vale, jeje