Skip to content

A Basic Library Management Software using PHP, HTML, CSS, JS, JQuery and SQL

Notifications You must be signed in to change notification settings

ujjwal-gkp/Basic-Library-Management-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-Library-Management-Software

Steps to Setup :-

1- Create Database in Sql named "library".

2- Create table inside "library" database named "users" with columns "id", "email", "password" by running nelow code :-

CREATE TABLE `library`.`users` ( `id` INT NOT NULL AUTO_INCREMENT, `email` varchar(30) NOT NULL , `password` varchar(30) NOT NULL , PRIMARY KEY (`id`));

Thats all you need.

1

2

3

About

A Basic Library Management Software using PHP, HTML, CSS, JS, JQuery and SQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published