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.

Kingsfields Hotel Reservation with advance trapping

Submitted by michael.galanza on
System Details: The system use jquery for advance trapping in registrations. To access administrator the link is: http://localhost/Kingsfields%20Express%20Inn/admin/index.php to bypass login form username: admin password: admin Please import the database kingsfields_database!! Please PM me @ [email protected] for more info thanks!! God bless !! :)

Implement Fraud Detection Feature with Free API

Submitted by chrislim2888 on
Fight fraud has never been an easy task. You may feel lucky of not being defrauded yet, but it never mean you will not encounter one in future. As long as you are in web business, regardless of whether you are a merchant or developer, precaution shall be necessarily to protect you from victimized by fraudster. Long story short, let’s dive into coding on how you can get yourself or perhaps your

Parcel delivery system ( Edited version From Jack Murithi )

Submitted by Mutuma on
This is a system originally developed by Jack Murithi. It has more enhanced features and was developed with an imagination that it was owned by easy coach company as a first year IT project in Kibabii University college of Kenya. The system mainly captures the parcels to be transfered and notifies the clients through regular emails. For manager section use username as "manager" and password as

Keep Playing Music Store Website

Submitted by Jazziro on
> I created this website for my school project, be free to use it anyway you like as reference. Created by: L.N Masubelele aka "Jazziro" & Busisiwe Mabaso Project led by: Jazziro ##################################################### Functions: -) User registration -) User login -) Change dassword -) Update user details -) Restrict access to unregistered users --------------------------------------

PHP - Users Online Script

Submitted by softafzar.net on
Hello, if you are developing a web application, you may need this online users script to show how many users is online. Yesterday i wrote a php class for it and decide to share it. Creating table Well, Before using this class, you must create a table in your database: CREATE TABLE `online_users` ( `session_id` char(150) NOT NULL, `last_activity` int(11) NOT NULL default '0' ); Creating php file

Simple Inventory Sytem using PDO (For Beginners!)

Submitted by RobertSoriano on
1. OPEN phpmyadmin and create your desired database name. 2. While you are in your desired database, upload the sql file included in the project. 3. Change the database name in db.php to your desired database name. 4. run using your web server (Ex. wamp or xampp) and enjoy! In this inventory system you can: Add/Edit/Delete Items View number of items sold Search for existing items Add Quantity to