Skip to content

Quinton30/module5-sorting-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Module 5 - Sorting in Database Grid

📘 Overview

This module demonstrates how to implement a sortable database grid in PHP + MySQL.
Users can click on column headers (Name, Age, GPA) to sort data in ascending or descending order.


⚙️ Setup Instructions

1. Import the Database

  1. Open phpMyAdmin at http://localhost/phpmyadmin.
  2. Click the Import tab from the top menu.
  3. Select the file db.sql from this project folder.
  4. Click Go.
  5. This will create:
    • A database named school
    • A table named students
    • Sample data records

2. Project Files

Place the project folder in your XAMPP htdocs directory:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages