Web Development with PHP and Mysql

Development of the RemindMe Service

Previous | Next


Introduction

I'm horrible at remembering birthdays and anniversaries. I can remember them for my immediate family (usually a day later), but not for relatives, friends, or my in-laws. I've tried various solutions, but none have worked. The batteries died on my electronic organizer, I lose the pieces of paper I tried writing them on, and the latest spreadsheet was forgotten when I had to reinstall my computer.

As someone who makes websites for a living, I came to the obvious conclusion of building a website that would store the information for me. There are many benefits to such an approach:

I'm going to develop the site in PHP and Mysql. As I follow the development of the website in this article I'll look at database design, database access with PHPLIB, user management, session management, security, PHP classes, and more.


Previous | Next
  1. Introduction
  2. Research
  3. Data Modelling
  4. Database Access
  5. Website Design
  6. User Management
  7. Account Creation / Logging In
  8. Page Layout
  9. Reminder Events
  10. Sending Reminders
  11. Conclusion