how to make date reminder in PHP & MYSQL -


i'm making database labors resident visa, want make reminder on expiry date, if visa expire @ 1/1/2012, want php send me reminder email, or pop message

edit

thank guys, let's forget reminder via email, let's created table (id,name,issue date,expiry date) (1,joe,11/11/2009,12/11/2011) , data displayed in table.. want is, want color of table row turn red in case expired.

i hope explained right..

create page check expiry date , necessary action. set cron job call page every 1 hour or time suitable you.

search cron job , how setup in control panel using search engine


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -