Simple Birthday Reminder System using PHP MySQL


In this project, we have created a birthday reminder system and also automatically greetings sent to their mail id.

Features in Birthday Reminders System

  • Login
  • Add Reminder
  • View Reminders
  • Delete Reminder
  • Logout

Files and Directory

birthday_reminder/
├── index.php
├── home.php
├── add_reminder.php
├── delete_reminder.php
├── logout.php
├── db/
    ├──db_birthday_reminder.sql

Download Source Code