The portal provides a mechanism for student to download notes. Multiple quiz questions are randomly generated by the examination system contained in this portal. The Exam is automatically closed when time elapses .
Technically the system uses javascript in timer countdown and in navigation . Feel free to modify the code and come up with a better system from the idea contained herein.
NB
In your phpmyadmin create database called...
Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts
Parcel Management System
This is a PHP system intended to show database manipulation tactics. One can send the parcel, while the recepient can receive it on the other end. Feel free to modify the code.
The database(.sql file) is in the folder named database .
Use admin as username and jack as password in all stations. ...
Online Consultation Site
This website is intended to be used as an online help site .The systems is supposed to create platform for Consultants with various skills to assist clients who need their services . The Admin of the system activates and deactivates the users of the site .
Clients submits their queries to consultant of their choice so that their issues can be sorted out . They send messages to each other until the clients is satisfied and thereby...
FIle Tracking System
I have developed this system to be used in large organisation or companies that deal with many files (a small part is remaining ) .The system is able to trace the current file location and the current holder of the file .
Technically the system implements sessions to give users various privileges .
Database is included in in folder named "db" , you just need to import the sql file into your MyphpAdmin.
use username...