Jump to content

Birthday reminder


chanchelkumar

Recommended Posts

Hi friends,

 

  I am working with a reminder...

 

I want to get an action on the DATE OF BIRTH feild...

 

how can i get the action for the servertime to start  the  PHP page to run the query for update the age to

 

the database ...

 

Help me..

 

Thanks in advance..

 

 

Link to comment
https://forums.phpfreaks.com/topic/68471-birthday-reminder/
Share on other sites

do it with my sql it easy here you go.

 

select date_format( date, "%d/%m" ), DAYOFYEAR( CURDATE( ) ), DAYOFYEAR( date )

from table

where DAYOFYEAR( date ) between DAYOFYEAR( CURDATE( ) ) - 15 and DAYOFYEAR( CURDATE( ) ) + 15

order by date_format( date, "%d/%m/%Y" )

 

 

CRON

 

windows version.

link.

http://cronw.sourceforge.net/

 

linux version

link

http://troy.jdmz.net/cron/

Link to comment
https://forums.phpfreaks.com/topic/68471-birthday-reminder/#findComment-348245
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.