├── 1.jpg
├── 2.jpg
├── 3.jpg
├── 4.jpg
├── 5.jpg
├── 6.jpg
├── 7.jpg
├── logout.php
├── style.css
├── loginstyle.css
├── login.php
├── home.php
├── README.md
├── book_store.php
├── search.php
├── index.php
├── add_member.php
├── delete_member.php
├── delete_book.php
├── update_member.php
├── members.php
├── add_book.php
├── update_book.php
├── issue.php
└── reserve.php
/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MuhammadHasham23/Library-Management-Sytem/HEAD/1.jpg
--------------------------------------------------------------------------------
/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MuhammadHasham23/Library-Management-Sytem/HEAD/2.jpg
--------------------------------------------------------------------------------
/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MuhammadHasham23/Library-Management-Sytem/HEAD/3.jpg
--------------------------------------------------------------------------------
/4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MuhammadHasham23/Library-Management-Sytem/HEAD/4.jpg
--------------------------------------------------------------------------------
/5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MuhammadHasham23/Library-Management-Sytem/HEAD/5.jpg
--------------------------------------------------------------------------------
/6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MuhammadHasham23/Library-Management-Sytem/HEAD/6.jpg
--------------------------------------------------------------------------------
/7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MuhammadHasham23/Library-Management-Sytem/HEAD/7.jpg
--------------------------------------------------------------------------------
/logout.php:
--------------------------------------------------------------------------------
1 |
5 |
You have been signed out
--------------------------------------------------------------------------------
/style.css:
--------------------------------------------------------------------------------
1 | .wrapper {
2 | margin-top: 80px;
3 | margin-bottom: 20px;
4 | }
5 |
6 | .form-signin {
7 | max-width: 420px;
8 | padding: 30px 38px 66px;
9 | margin: 0 auto;
10 | background-color: #eee;
11 | border: 3px dotted rgba(0,0,0,0.1);
12 | }
13 |
14 | .form-signin-heading {
15 | text-align:center;
16 | margin-bottom: 30px;
17 | }
18 |
19 | .form-control {
20 | position: relative;
21 | font-size: 16px;
22 | height: auto;
23 | padding: 10px;
24 | }
25 |
26 | input[type="text"] {
27 | margin-bottom: 0px;
28 | border-bottom-left-radius: 0;
29 | border-bottom-right-radius: 0;
30 | }
31 |
32 | input[type="password"] {
33 | margin-bottom: 20px;
34 | border-top-left-radius: 0;
35 | border-top-right-radius: 0;
36 | }
37 |
38 | .colorgraph {
39 | height: 7px;
40 | border-top: 0;
41 | background: #c4e17f;
42 | border-radius: 5px;
43 | background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
44 | background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
45 | background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
46 | background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
47 | }
--------------------------------------------------------------------------------
/loginstyle.css:
--------------------------------------------------------------------------------
1 | .wrapper {
2 | margin-top: 80px;
3 | margin-bottom: 20px;
4 | }
5 |
6 | .form-signin {
7 | max-width: 420px;
8 | padding: 30px 38px 66px;
9 | margin: 0 auto;
10 | background-color: #eee;
11 | border: 3px dotted rgba(0,0,0,0.1);
12 | }
13 |
14 | .form-signin-heading {
15 | text-align:center;
16 | margin-bottom: 30px;
17 | }
18 |
19 | .form-control {
20 | position: relative;
21 | font-size: 16px;
22 | height: auto;
23 | padding: 10px;
24 | }
25 |
26 | input[type="text"] {
27 | margin-bottom: 0px;
28 | border-bottom-left-radius: 0;
29 | border-bottom-right-radius: 0;
30 | }
31 |
32 | input[type="password"] {
33 | margin-bottom: 20px;
34 | border-top-left-radius: 0;
35 | border-top-right-radius: 0;
36 | }
37 |
38 | .colorgraph {
39 | height: 7px;
40 | border-top: 0;
41 | background: #c4e17f;
42 | border-radius: 5px;
43 | background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
44 | background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
45 | background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
46 | background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
47 | }
--------------------------------------------------------------------------------
/login.php:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
24 | 0){
34 | $_SESSION['user'] = $username;
35 | $_SESSION['pass'] = $password;
36 | echo "";
40 |
41 | }
42 | else{
43 | echo "";
46 | }
47 | }
48 |
49 | }
50 |
51 |
52 | ?>
53 |
54 |
55 |
--------------------------------------------------------------------------------
/home.php:
--------------------------------------------------------------------------------
1 |
6 | window.location.href='login.php';
7 |
8 | ";
9 | }
10 | ?>
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
40 |
41 |
42 |

43 |
44 |
45 | Welcome to admin area
46 |
47 |
48 |

49 |
50 |
51 |
52 |