Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/03/2004, 09:35
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 2 meses
Puntos: 11
$mesact=date("n");
$añoact=date("Y");
$sql="select * from tabla where dayofmonth(fecha)=$dia and month(fecha)=$mesact && year(fecha)=$añoact";
$query=msyql_query($sql,$link);