php

PHP Limit Data Selections In MySQL

Submitted by alpha_luna on
In this tutorial, we are going to tackle about PHP Limit Data Selections From MySQL. We have to use a LIMIT function to specify the number of our data to display. You can use this codes if you have a pagination table to have multiple pages to minimize the size of your data table.

We are going to set the LIMIT of our data into 4.

Fees Payment Management System

Submitted by prome on
i. Administrator: this module contains both bursars and students information as well as the activities each of them carries at different times. It keeps track on the logs for all system users. It allows the system administrator to add bursars as well as students and manage their accounts. ii. Bursar: This module contains students’ details as well as payment detail. That is fees paid and balances

How To Display Data From Database Table In PHP/MySQL Using PDO Query

Submitted by alpha_luna on
In this tutorial, we are going to learn on How To Display Data From Database Table In PHP/MySQL Using PDO Query. You can use this source code to merge the last tutorial that I made and it's called Registration Form In PHP/MySQL Using PDO Query. This source code will help us on how to show data from the Database using PDO Query.