Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/03/2009, 00:08
karliky
 
Fecha de Ingreso: septiembre-2004
Mensajes: 324
Antigüedad: 19 años, 8 meses
Puntos: 13
Respuesta: Cumpleaños Feliz!

Tambien podrías hacer algo asi

$hoy= date("d-m-y");

$hoymasunmes= date("d-m-y",strtotime("1+ month"));

$sql = mysql_query("SELECT * FROM ALGO WHERE cumple BETTWEN $hoy AND $hoymasunmes");