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.

Garage Management System

Submitted by Mhecha on
Garage Management System Author: Joseph Mhecha and Salome Ngonde (Diploma in Information Technology holders at Teofilo Kisanji University - Mbeya) email: [email protected] PNo: +255765102244 Case study area: The Garage of Mbalizi Technical College (Mbeya-Tanzania) About: Garage Management System is type of system based on web application development which is dealing with all the activities

School Management System (ERP)

Submitted by aroxsolution on
AROX School ERP is a web based school management system that enables school to use and operate many of integrated interrelated modules and manages the administration of school efficiently. Due to its ever growing and competitive nature, the education sector has always been in need of a quality solution to manage and serve the school resources efficiently. It sector is giving number of solutions to

Import Excel Data on MySQL Database Using PHP

Submitted by anthu1510 on
Simple code to import excel data to MySQL using PHP. This all code is simple and useful for all beginners. Download and enjoy. Instructions: 1. Extract the zip file. 2. create database "excelimport". 3. Goto db folder. 4. Import "excelimport.sql" file into database. 5. Example excel file "users.xlsx" Run and enjoy. If you have any query just let me know this mail id [email protected] Thanks.

CRUD Operation using PHP/MySQLi and AJAX/jQuery

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to create a simple CRUD Operation using AJAX/JQuery. CRUD means Create, Update and Delete. Also, the purpose of using AJAX/JQuery is that the page won't reload after an operation. I've used bootstrap in this tutorial to slightly improved the visuals. Creating our Database First and most important step in to create our database. This will serve as storage

How to Insert Data into MySQL Database using PHP, MySQLi, AJAX and JQuery

Submitted by nurhodelta_17 on
This tutorial will show you how to insert data into mysql database using PHP, MySQLi, AJAX and JQuery. You might wonder why use AJAX and JQuery when you can insert into database using PHP and MySQLi. Yes, but with the use of AJAX and JQuery, you don't need to reload the page in doing an action. This tutorial will not give you a good design but will give you idea on the topic. Creating our Database