Am Accepting programming jobs (VB6,VB.NET,JAVA,PHP,MYSQL,ANDROID APP etc) CAll/WHATSAPP +254720372593
Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Students Portal & and Examintion System


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 department and import the database file called  "department.sql " contained in project folder.
ADMIN        USERNAME >> admin PASSWORD >> 1234
STUDENT   REGNO >> 2013   PASSWORD simon
DOWNLOAD CODE

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. 
DOWNLOAD CODE

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 marking his/her query as SOLVED

The system is using several php,ajax,jquery and HTML5 features . It uses Mysql database

1.  admin username => admin   password  => admin  2. consultant  username => sam  password  => sam

DOWNLOAD CODE

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 => jose   Password  => jose    to login in as personnel . Use username => admin password => admin login as Admin

DOWNLOAD CODE