Student Record System


Content Management System (CMS) for GIKI Students 







Details


  • This web application is designed from scratch using Dreamweaver and skills like HTML, XHTML, CSS, PHP and MySQL database 
  • The styling is done using CSS
  • It is built keeping in mind the student record system at GIKI
  • It can be used by the administrator for assigning accounts to the students and keeping their data in record which includes name, registration number, batch, faculty, courses, CGPA and SGPAs.
  • Once an account/ record is created , the registration number and the password corresponding to that record can be used by the student for other login systems e.g logging in to course website 
  • The welcome page of the website prompts a username and a password to get the administrator logged in 
  • After the administrator is logged in a main page is displayed which displays some information about the web application
Four operations can be performed after logging in

Create a Record


To create a record , a name, registration number and a password are the required inputs while batch and faculty should be chosen from the drop down lists. Courses registered , CGPA and SGPAs are optional. There is server side PHP form validation according to which GPA can never be negative or greater than 4 while name , reg no and password can't be empty. Reg no can only be of integer type. Name and password should not contain special characters like commas and full stops etc.

Read Record(s)


Saved records can be read via name, reg no. , faculty or batch. All records can be displayed at once by clicking the 'display all records' button

Update a Record


Saved records can be updated/modified by entering the reg no.

Delete Record(s)


Saved records can be deleted via name, reg no, faculty or batch. All records can be displayed by pressing the 'display all records' button and particular records can be chosen to delete.

The admitrator/user can logout by clicking the logout button at the top right of the website.

Login Details


Please login with the following information when you click the below link

Username:   u194053942_crud

Password:    student


click here to visit student record system website



Comments