PHP

PHP Source Code

Free PHP Source Code. Download from a vast collections of free PHP source code below. You can modify and integrate it in your own personal use. Just give a little credit to the original author whenever you use it on your system's project.

Simple Barcode Integration System Using PHP and MySQL

Submitted by nexus_00 on
Users can input item using barcode or using manual input..The goal of this simple system is to calculate item prices using barcode reader..auto display the price and item code width the use of barcode scanner.. You can also improve this system.. to run the system..just copy the folder named db1 to C:\wamp\bin\mysql\mysql5.1.30\data. paste the db1 folder inside the data folder

Online Music Publishing and Audio Playing system Updated

Submitted by nexus_00 on
This is a simple music publishing and audio player system which is intended only for playing and publishing music online.. This system also enables voting for your favorite music type. The votes are displayed in graph. How to run: Create database named dbmis to phpmyadmin and import the dbmis.sql You need a Wamp or Xampp Server,and a PHP IDE Editor. Additional Information: If you want to be the

Electronic Voting System

Submitted by Walterjnr1 on
AN ELECTRONIC VOTING SYSTEM This is an electronic voting system developed using php as the front-end and Mysql as the back-end. It is developed to eliminate the conventional paper ballot system being practice in some countries . Features: 1.) It is Secured. 2.) It is fast and confident. 3.) Result are accurate. 4.) Reduce crowd at polling unit. 5.) Instant result are release immediately after each

Upload files on php/mysql site server and saving details on database

Submitted by josiah_ke on
Upload files on php/mysql site server and saving on database instead of saving files into the database upload to the server and save file location on the database find php files, mysql dump file and js on the zip happy using NB: file location are relative to the web site files

Online Hotel Reservation with Drag and Drop Using PHP/MySQL

Submitted by argie on
Hi everyone, This hotel reservation system with drag and drop feature is created using php/mysql. The feature of this system is it has a drag and drop feature to reserve a room, wherein the user are going to drag the selected room to the basket. This system also has an online payment using paypal. Downloading this system will help you on how to create a drag and drop hotel reservation and how to

Hotel Reservation and Billing w/ create procedure and trigger

Submitted by reggie20430 on
This is a Hotel Reservation and Billing w/ create procedure and trigger and have 2 user admin and cashier admin : username = reggie@0430 and password = admin cashier : username = marymoon and password = cashier requirements php5.0 or higher features: Create Procedure and Trigger using Mysqli description : the user who add edit delete the room will be trigger before and after will be monitor

Add/Edit/Delete Using CodeIgniter

Submitted by admin on
In my previous example about Shopping Cart with Checkout Using CodeIgniter, I have a products table but without a product management. In this code sample, you’ll learn how to manage a product with add/edit/delete function using CodeIgniter. BTW, I have change the primary key of the products table from “serial” to “id”. This code is totally a separate project. But you can also learn from our