HOME > Development > Version 2- Develop a Result Checker Web Application in PHP

Version 2- Develop a Result Checker Web Application in PHP

  • Development
  • Mar 12, 2025
SynopsisVersion 2: Develop a Result Checker Web Application in PHP, a...
Version 2- Develop a Result Checker Web Application in PHP  No.1

Version 2: Develop a Result Checker Web Application in PHP, available at $54.99, has an average rating of 4.5, with 125 lectures, based on 11 reviews, and has 77 subscribers.

You will learn about You will better undestand how to implement some useful, easy to grasp and amazing functions in PHP You will have a thorough understanding of how Ajax works in the background At the end of this course, you would have mastered full stack(Frontend and Backend) web development You will learn and know how to turn any HTML admin template into a custom web application Learn some of the best Object Oriented Approach in developing amazing web applications Learn how to secure your entire application against SQL Injection and other form of attacks You will learn how to work with and generate amazing PDF files in PHP By the end of the course, you would have built a complete School Result management System that you will be super proud of Taking this course, will even make you a job ready developer in PHP, the skills you will take away from this course will make u highly sort-after Web Developer The main focus of this course is simplicity, so you will follow through and understand the entire concept even if you a total beginner in PHP This course is ideal for individuals who are Any level of Web Developers who wants to take his or her web development skill(s) to the next level by building a real world web application It is particularly useful for Any level of Web Developers who wants to take his or her web development skill(s) to the next level by building a real world web application.

Enroll now: Version 2: Develop a Result Checker Web Application in PHP

Summary

Title: Version 2: Develop a Result Checker Web Application in PHP

Price: $54.99

Average Rating: 4.5

Number of Lectures: 125

Number of Published Lectures: 125

Number of Curriculum Items: 125

Number of Published Curriculum Objects: 125

Original Price: $74.99

Quality Status: approved

Status: Live

What You Will Learn

  • You will better undestand how to implement some useful, easy to grasp and amazing functions in PHP
  • You will have a thorough understanding of how Ajax works in the background
  • At the end of this course, you would have mastered full stack(Frontend and Backend) web development
  • You will learn and know how to turn any HTML admin template into a custom web application
  • Learn some of the best Object Oriented Approach in developing amazing web applications
  • Learn how to secure your entire application against SQL Injection and other form of attacks
  • You will learn how to work with and generate amazing PDF files in PHP
  • By the end of the course, you would have built a complete School Result management System that you will be super proud of
  • Taking this course, will even make you a job ready developer in PHP, the skills you will take away from this course will make u highly sort-after Web Developer
  • The main focus of this course is simplicity, so you will follow through and understand the entire concept even if you a total beginner in PHP
  • Who Should Attend

  • Any level of Web Developers who wants to take his or her web development skill(s) to the next level by building a real world web application
  • Target Audiences

  • Any level of Web Developers who wants to take his or her web development skill(s) to the next level by building a real world web application
  • Hi, welcome to version 2 of our previous course (Develop a Result Checker Web Application in PHP). This version 2 is a major improvement on version 1.  Version 1 didn’t allow for the internal generating of the terminal report, but we have been able to overcome that in version 2 and many more

    I need to point out that version 1 is not a prerequisite to taking version 2. The only difference here is this, version 1 was developed with procedural PHP but in version 2, we used Object Oriented Programming in PHP (OOP). Now don’t allow this to throw you off as it is just another paradigm to development.  We even explained every concept used so that even a total beginner in object-oriented PHP will understand and grasp the entire thing.

    SOME OF THE FEATURES OF THE APPLICATION :

    Users

    1. Admin

    2. Teachers (Class and Subject)

    3. Students (Present and Past).

    Admin Features

    a. School Admin gets to manage the entire application.

    Admin can:

    1. Manage Students (add, edit, delete, view)

    2. Manage Teachers (add, edit, delete, view)

    3. Manage Sections, Subjects, Classes (add, edit, delete, view)

    4. Add and delete new school admins

    5. Add and manage exams

    6. Manage students’ attendance

    7. Manage Grades (add, edit, delete, view)

    8. Manage teachers’ and principal’s comments on the terminal reports.

    9. Generate pins for the students to check terminal report

    10. Manage Students who have been issued pins

    11. Set the number of times students are allowed to use the pins

    12. Set the expiration date of the pins issued

    13. Manage uploading of students scores (add, edit, view), etc..

    Teacher Features

    a. Teacher uploads scores for the classes and /or subject(s) he /she is teaching.

    b. Teacher can add students to the School

    c. Teacher can view students’ in his/her class

    d. The subject teacher will be able to add scores for the Subject(s) taught in the schooletc

    Student Features

    a. Students can check their terminal results by purchasing a pin from the school.

    b. One student per pin

    c. when the student exhausts the usage of a pin or pin expires, has to buy a new one.

    Old Students

    Old students of the school can also check their terminal report for a particular year and term by purchasing a pin from the school. They don’t have to login in.

    Thanks for checking out this course, I look forward to meeting you in the course, let’s build this app together.

    Course Curriculum

    Chapter 1: Course Introduction

    Lecture 1: About the author & Introduction

    Lecture 2: Admin Section walkthrough(features)

    Lecture 3: Teacher Section Walkthrough

    Lecture 4: Student Section Walthrough

    Chapter 2: Admin Template Download

    Lecture 1: Downloading course template

    Chapter 3: Setup Local Environment

    Lecture 1: Local environment setup

    Chapter 4: Tidying up admin template

    Lecture 1: Tidying the admin template

    Lecture 2: Removing unwanted code samples

    Chapter 5: Sidebar Setup

    Lecture 1: Sidebar setup 1

    Lecture 2: Sidebar Setup continued

    Lecture 3: Adding more sidebar contents

    Chapter 6: Database Setup

    Lecture 1: Creating database and setting up some tables in DB

    Lecture 2: General settings and admin DB table

    Lecture 3: Database connection and config

    Lecture 4: Database connection and config completed

    Chapter 7: Functions and Dynamic Links

    Lecture 1: Creating app functions file

    Lecture 2: Making links dynamic

    Lecture 3: Making further adjustments

    Chapter 8: General Settings

    Lecture 1: General settings prt 1

    Lecture 2: General settings prt 2

    Lecture 3: Update general settings

    Lecture 4: Adding school admin logo

    Lecture 5: Admin, student and teacher login background image

    Chapter 9: Admin: Teacher Section

    Lecture 1: Creating the database and add teachers page

    Lecture 2: Adding teachers page prt2

    Lecture 3: View Teachers Page and Jquery Datatables

    Lecture 4: Edit teachers page

    Lecture 5: Adding Delete teachers functionality

    Chapter 10: Login and Session

    Lecture 1: Login system integration prt1

    Lecture 2: Login system Intergration Completed

    Chapter 11: Admin: Class

    Lecture 1: Creating the classes page

    Lecture 2: Creating the add class page

    Lecture 3: Creating the edit class page

    Chapter 12: Admin: Section

    Lecture 1: Adding section page

    Lecture 2: Adding section page prt2

    Lecture 3: Adding section page prt3

    Lecture 4: Editing and Deleting section

    Lecture 5: Updating section data

    Chapter 13: Admin: Subject

    Lecture 1: Creating subject DB table and subject page

    Lecture 2: Add and delete subject

    Lecture 3: Updating subjects page and error handling

    Chapter 14: Admin: Student

    Lecture 1: Adding students page

    Lecture 2: Creating the student page form

    Lecture 3: Creating the add student data file

    Lecture 4: Edit students page prt1

    Lecture 5: Edit students page completed

    Lecture 6: View students page

    Chapter 15: System Admin

    Lecture 1: Reset admin password

    Lecture 2: Add new system admin

    Lecture 3: show available system admins on page

    Lecture 4: Delete system admin

    Chapter 16: Admin: Exam

    Lecture 1: Add exam and grading sidebar content

    Lecture 2: Add exam page

    Lecture 3: Edit exam

    Lecture 4: Process edit exam

    Chapter 17: Admin: Grading

    Lecture 1: Grading

    Lecture 2: Add grade page

    Lecture 3: Process add and delete grade

    Lecture 4: Edit grade

    Lecture 5: Process edit grade

    Chapter 18: Admin: Marks

    Lecture 1: Marks

    Lecture 2: Add marks page

    Lecture 3: Add marks page prt2

    Lecture 4: Add marks page prt2_1

    Lecture 5: Add marks page prt2_1

    Lecture 6: Add marks page prt2_2

    Lecture 7: Add marks page prt2_3

    Lecture 8: Fixing errors on fetch marks page

    Lecture 9: Add marks form submission_1

    Lecture 10: Add marks form submission_2

    Lecture 11: Add and Update students position_1

    Lecture 12: Add and Update students position_2

    Chapter 19: Admin: Pin Management

    Lecture 1: Adding Pins Management Sidebar Menu

    Lecture 2: Generate Pins

    Lecture 3: View Pins Requests page

    Lecture 4: Set Card Usage Limit

    Lecture 5: Set Card Expire Date

    Chapter 20: Admin: Comments and Attendance

    Lecture 1: Report Card Comments

    Lecture 2: Add Report Comments

    Lecture 3: Add Report Comments_error_fixed

    Instructors

  • Version 2- Develop a Result Checker Web Application in PHP  No.2
    Okere Godspower
    Web Development
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 0 votes
  • 3 stars: 2 votes
  • 4 stars: 2 votes
  • 5 stars: 7 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!