Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/03/2011, 20:29
dscafati
(Desactivado)
 
Fecha de Ingreso: julio-2009
Mensajes: 174
Antigüedad: 14 años, 9 meses
Puntos: 3
Respuesta: bucle y consultas

algo como:
select * from tabla
while( $array=mysql_fetch_array....
select * from where id=$array[id]
while($array2...
if ($array2[fecha1] != $fechadehoy ||....
mail(...)

??