PHP

Refugee Food Management System

Submitted by neville on
This project will help beginners to do a grt job or learn a lot. A lot functionality has been added in the system so enjoy this project. The project has two users one is Admin and another one is a field monitor. Usernames and Passwords For Admin are: admin admin Field monitor: Fred Fred Field monitor monitors food brought refugees in campus and its distribution to different people he/she also

Hotel Management System

Submitted by [email protected] on
The system User can not reserve things (bed rooms on line) that they want. The hotel cannot advertise the service that they give. Users cannot access hotel information. The absence of database management systems. Existing systems is prone to inconsistency & error. Unclear information. Difficult fast data insertion & retrieval. Difficult to generate report. Difficulty in organizing and generating

Student Monitoring System Using RFID

Submitted by winex01 on
PHP requirement: at least 5.0 The system use RFID to count the total number of the student who logged. Similar to logged book but it's automated. Features: 1. can add,edit,delete,view student 2. count student log by course 3. can log in using RFID(usb)Scanner 4. RFID frequency is 125khz 5. can log in, in web based or in windows form note: i will just add the link of the uploaded windows form

Point Of Sale (POS) Ultimate and Advanced

Submitted by janan on
This Program Caawiye (POS) is Under Developing Source. I can say it could be more useful and good reference for those who learn design and developing a Software. Features * Reports Basic on Date and Time. * Sales Invoice With Advanced auto increment Invoices. * Item Record/ * Product Warehouse. * Customer Care and Information Gathering. Database Name: caawiye Username and Password: User =

School Management System

Submitted by Abba Gana on

This file will provide you with a brief description of SMS and instructions on how to install SMS. Since it's development in 2003, SMS has successfully offered educational organizations an easy to use and effective facility to manage courses, teachers and students. SMS provides the following features: - Support for profile based management: Administrator, Teacher and Student - Online teacher and

Meralco Bill Calculator (PHP/MySQL)

Submitted by iannnnnf on
Hey guys, this is a simple application coded with core PHP and MYSQL using PDO. Summer months in the Philippines is so hot we had to use at least two fans at night just to get good sleep. I was a little worried about our electricity consumption so I made this simple app to compute how much we have to pay even before the bill arrives. Basically, you just have to input a couple of details you can

AngularJS CRUD Operation With PHP/MySQLi - Part 2

Submitted by razormist on
In this tutorial we will try to do the AngularJS CRUD (Delete, Update) Operation with PHP/MySQLi. In my previous tutorial we already tackle the (create and update) on AngularJS, this time will continue on and try to finish the project. We already created the database and the database connection, we will just add some method to the AngularJS directives and PHP script to make our project more interactive.

AngularJS CRUD Operation With PHP/MySQLi - Part 1

Submitted by razormist on
In this tutorial we will use AngularJS for CRUD (create, read) Operation with PHP/ MySQLi as a backend development. AngularJs is widely used in developing modern website because of its easy syntax construct and convenient in time developing. It is a library from javascript that compressed and simplified into a whole new level of programming technique. By the way this tutorial is consist of two parts,for we will tackle only about create and select on AngularJS with PHP database. So let's see how its done.