You are on page 1of 6

PHP CRUD SYSTEM OF STUDENT DETAILS WITH LOG IN

AND SIGN UP OPTION


User:

Student can sign up/do registration with the system


The registered student can login to the proposed system
After successful Log In student can add his/her student details using
proposed system
After successful Log In student can edit his/her student details using
proposed system
After successful Log In student can delete his/her student details using
proposed system

Validation:

Validation of form input must be ensured


Ensure validation for adding student details, log in and sign up page
Validation can be done using JS or PHP

Pagination:

Add pagination to proposed system


Pagination on search results for student details.

Search:

Add search option to student search details


Able to search by student Id, email and by course name etc.

Guideline:

Use MySql with PHPMYADMIN tools to design relational Database and


create table and queries
Use Server side scripting PHP for processing forms and interacting with
MySql
Use HTMl/HTML5, CSS/Bootstrap for responsive web page layout creation
Use Jquery and Javascript for validation, menu creation and for client side
scripting

UML(Activity Diagram)

Fig: Activity Diagram for Student Details

User Interface (UI)

Fig: Log In Form

Fig: Sign Up Form

Fig: Student CRUD system on student Dashboard

Fig: Student details add with validation

Fig: Student details Edit section

Fig: Student details delete section

You might also like