Setup Your Personal Reminder System Using PHP (Page 1 of 3 )
Here is an article that I can personally relate to. How many times have you forgotten to do something that was truly important? Read how one can use PHP to help you send reminders to yourself to prevent this from happening again.
If you are like me who forgets almost all important dates, especially the birthdays and the anniversaries of friends and family, then stay on … this article is for you. After some battling situations with my friends, explaining why I didn’t turn up at their parties; I decided to seek help from PHP to setup my own personal Reminder System.
In this article, we will build a set of PHP scripts, which will setup our reminders and effectively inform us about the upcoming event. We will use PHP’s mail function to send us an email, preferably one day before the up coming event. To index our list of events and their reminder dates, we will use the ever popular MySql. Throughout this article, I would be presuming that you have some basic knowledge of coding in PHP.
Next: Article >>
More MySQL Articles
More By Mayank Gandhi