Jump to content

php coding for duedate alert system


musfirah

Recommended Posts

Hello,

 

I'm newbie in php. I would like to ask how to start writing php command in order to send due date alert via email. i'm successfully connect php with google smtp. the situation is like this. i would like to send notification to the user if the user is not return back the vessel to the laboratory before 5pm on the same day.

Link to comment
https://forums.phpfreaks.com/topic/232830-php-coding-for-duedate-alert-system/
Share on other sites

Thats very little description for a need that sounds much larger than PHP.

 

Sounds like you need a database to store times and dates in to then check against for a specific user, which will then shoot them off an email based on x amount of time prior to said return date. Which then will need some reference as to whether or not it was returned so its not sending emails constantly to anyone.. and the list of concept goes on from there..

 

Through the use of cron-jobs and PHP backed up with id say mySQL as your DB this is achievable without issue (aside from the actual time needed to put something like this together).

 

 

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.