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.

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

Daily Time Record (DTR) for OJT

Submitted by Dhatz Edsil on
Daily Time Record for OJT system is a system capable of recording and tracking On-the-Job trainees. It is effecient since the ojt's will just log into the system and it will records its log. After recording the logs of trainess, the system is capable of exporting these records via MS Excel or MS Word. The system uses DataTable which make the presentation of records organize. contact me if you want

How to Download File using PHP/MySQLi

Submitted by nurhodelta_17 on
In my previous tutorial, I've created a Simple File Upload using PHP/MySQLi. As a follow-up, I've created another tutorial on how to create a Simple File Download. Most files can be easily download by clicking their link. However, some files cannot be downloaded by doing so. Thus, I've created this tutorial. This tutorial will not give you a good design, but will give you a good idea about the

Getting the Last Inserted ID in MySQL Table using PHP

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to get the last inserted id in our database table. In this tutorial, I have set up an Insert Form to show the id that will be inserted in our MySQL database. I've included 2 mysqli methods in this tutorial in the comments. So, feel free to switch between the two. Creating our Database First, we're going to create a database that contains our data. 1