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.

Online Hotel Reservation System

Submitted by argie on
In this source code you can learn on how create an online reservation system with online payment. In this code you can learn also to create source code in making online payment, room inventory, add edit and delete records using php, error trapping using php and javascripts, textbox that accept numbers only, check room availability, and other feature that can be found in this complete application

Countdown Timer for Bidding System

Submitted by admin on
You can use this code if you have a bidding system. It’s a timer that will let your visitors know the time left before the bidding closes. The simple PHP script will look up the value from closing_date field of bids table then use it as the target date. The JavaScript is created by Robert Hashemian. You need to have PHP/Apache/MySQL running in your system in order to run this script. To learn more

Sending and receiving SMS in PHP using Pure AT commands in my jSMSPlugin.dll v1.1

Submitted by jaysfall on
Sample SMS Web Server v1.1 99% working in PHP using my jSMSPlugin.dll v1.1 activex (created in VB.NET) I also wanted to prove that nothing is impossible in .Net framework as long as it has sense to develop . If you got any problems please email me at [email protected] or call me @ my number 09161514777 .thank you so much. For more info please click the link below :

Import Daily Orders From Magento

Submitted by JanzellJurilla on
Hi People, I'm sharing a miscellaneous script that allow Magento Store Owner to dump their orders from Magento Database and forward it to their Fulfillment Center via Email. Learn more about this snippets. Things you need to change in the code: #credentials details $server_host = 'your host'; $sql_username = 'your username'; $sql_password = 'your password';

A simple PHP application that demonstrates the use of MVC pattern

Submitted by techexpert on
Hi everyone, Over the last few days I've been trying to get a better idea of what MVC pattern is, how it's different from other patterns (ie 3-tier "view-data-logic pattern) and how in the world do you apply it in order to develop websites in PHP. So after some help from few people at www.stackoverflow.com and other websites I mocked up my very own little PHP app, that demonstrates my

Scheduling System

Submitted by may ann on
This is a system called Online Scheduling System made as one of the requirements in school.. uses Sessions for logging in and out [user authentication]. Has Add, View, Edit, delete information related to scheduling such as room, subjects, course, teacher.. etc.. Has a functionality to add, view and delete schedules.