Skip to content

Kanak1125/schedule_manager

Repository files navigation

schedule_manager

Simple schedule manager using HTML, CSS, and PHP*

Prerequisites

  • Xampp

Steps to follow

  • Run Xampp control panel
  • Run Apache server and MySQL server
  • Run this query and create a database named schedule_manager through phpmyadmin:
    Create database schedule_manager;
  • Run this query and create a table named routine:
    Create TABLE routine ( Period int AUTO_INCREMENT PRIMARY KEY, Subject_name varchar(100), Teacher varchar(50), Start_time time, End_time time );
  • Run this query and create a table named users:
    CREATE TABLE users( User_id int AUTO_INCREMENT PRIMARY KEY, Username varchar(50), Password varchar(50) );

About

Simple schedule manager using HTML, CSS, and PHP*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors