@@ -12,13 +12,13 @@ A **Student-Admin portal system** wherein student can request for registration w
12
12
13
13
** You can check the site anytime because it is UP and RUNNING just click the link below:**
14
14
15
- ** http://sayanpandey.000webhostapp.com/classProject **
15
+ ** http://sayanpandey.000webhostapp.com/classProject/ **
16
16
17
17
* To Register yourself follow the instructions:*
18
18
19
19
** 1. Submit a registration request from the Students' portal.**
20
20
21
- ** 2. Visit Administrators' Portal; Use * 'admin'* as USERNAME and * 'admin'* as PASSWORD. **
21
+ ** 2. Visit Administrators' Portal; Use * 'admin'* as USERNAME and * 'admin'* as PASSWORD.**
22
22
23
23
** 3.Find your request and click 'Accept'.**
24
24
@@ -36,17 +36,17 @@ The site is built completely from scratch, with no use of templates or bootstrap
36
36
37
37
There is extensive implementation of ** AJAX** and ** PRG** and this site is ** impervious** to ** SQL Injections and Cross Site Scripting (XSS).**
38
38
39
- ##Database Structure
39
+ ## Database Structure
40
40
41
41
The MySQL database * classProject* contains three tables namely:
42
42
43
43
* ** admin** : Consists of details of administrators mainly *** username*** and *** password*** .
44
44
* ** students** : Consists of basic *** Registration Request*** Details like *** registration number,roll number*** etc.
45
45
* ** extradetail** : Consists of all other details that student wishes to add like *** hobbies,Address,Achievements*** etc.
46
46
47
- ####A sample database is available in * 'extras'* folder namely * 'classProject.sql'* .
47
+ #### A sample database is available in * 'extras'* folder namely * 'classProject.sql'* .
48
48
49
- ##Screens:
49
+ ## Screens:
50
50
51
51
### Index Page:
52
52
@@ -58,11 +58,11 @@ The MySQL database *classProject* contains three tables namely:
58
58
59
59
![ Students' Portal] ( /extras/student.png )
60
60
61
- ######Profile
61
+ ###### Profile
62
62
63
63
![ Profile] ( /extras/profile.PNG )
64
64
65
- ###Administrator's Portal
65
+ ### Administrator's Portal
66
66
67
67
###### Home
68
68
0 commit comments