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 Dynamic Website using PHP

Submitted by Jeprox on
This simple dynamic website has been written using PHP. The admin can add, update and delete products, upload image products and add announcements for the website. If you want to go to the admin page just type /admin in the URL. The users can view the products, location, announcements and leave a message to the website. database name: midori.sql Admin username: admin password: admin

Login System in PHP/MySQL using mysqli

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a login in using PHP/MySQL using mysqli. Just follow the instructions below. Instructions First, we will create our css code and name it as style.css body { color: #fff; font: 87.5%/1.5em 'Open Sans', sans-serif; background:url(img/bg.jpg)no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background

How to Make Delete Multiple Rows Using PHP

Submitted by whello199 on
Creating a website which and add an ability to delete multiple rows at a time? This tutorial is a perfect outlet for you to learn and implement the function. we will look on how to delete multiple values from a database using PHP. In order to do so we will be using MySQL along with PHP. You can find more about object oriented approach to CRUD Operations. Overview The tutorial requires to create

Hotel Reservation Using PHP

Submitted by cjpalomo on
This system perform booking of rooms and registered new account of user. The system created using php,html,css and the database mysql. The features are the following: Admin Side: -Login Form -Adding User Account -Reservation Transaction -Adding Rooms -Home Page of User Client Side: -Home Page -Booking of Rooms -Registration of User -Login of User -Gallery of Rooms

Online Job Search Engine Using PHP

Submitted by Walterjnr1 on
This system is a web based portal designed to allow job seekers and applicants to search for jobs in their field of specialization, location and qualification. it was developed using php and mysql Main Features are : 1. Add Applicant 2. Add Employer 3. Upload Job 4. Search Job For undergraduate or anyone else who needs program or source code for thesis writing or at affordable cost. contact me at

Hotel Reservation System

Submitted by cjpalomo on
This system used for booking of room in easy and fastest way. The system created using css bootstrap for the style of the system features. Hotel reservation system features are the following: Client Side: - Home Page - Login Form - Registration Form - Booking - Room Picture Admin Side: - Login Form - Home Page Profile of Every User - Reservation Transaction - Adding New User - Adding Main Room -

How to Make Delete Multiple Rows Using PHP

Submitted by whello199 on
Creating a website which and add an ability to delete multiple rows at a time? This tutorial is a perfect outlet for you to learn and implement the function. we will look on how to delete multiple values from a database using PHP. In order to do so we will be using MySQL along with PHP. You can find more about object oriented approach to CRUD Operations. Overview The tutorial requires to create

PHP Online Examination Easy and Simple

Submitted by paparaf on
This is a simple Online Examination created using PHP to serve as an example for those who wants to learn PHP. Try this yourself and learn some new codes. For Xampp, put the extracted folder inside xampp>>htdocs For Wamp, copy and paste the extracted folder inside wamp>>www Import database on localhost/phpmyadmin password: admin username: admin Go, Keep Coding!