MySQLi

Online Job Search System Using PHP/MySQLi with Source Code

Submitted by janobe on
This online job search system aims to help job seekers what jobs are available to apply for. This system allows candidates to complete online job applications and upload their updated resume . In this way, it will be easier for employers to manage job applications, most especially when there are many job candidates. Then, the employer/ admin will notify the candidate if he/she is qualified for the job.

Creating an Area Chart using Chart.js with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a statistical representation of data in MySQL Database using Chart.js with PHP to fetch data from the database. In this tutorial, I'm going to show an area chart representation of data from our database. I've also added a form that can save data to our database to practice this tutorial.

Creating a Simple Upload File with AngularJS Progress Bar and PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles how to create a progress bar in Angular JS. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. In the case of this tutorial, we show our progress bar on file upload to track its progress. Increase your upload size by editing your php.ini for uploads.

Library Management System Using PHP and MySQL with Source Code

Submitted by breakthrough2 on
This is a Simple Library Management System project that was developed using PHP. The system has 2 types of system users which are the Administrator and the students. The administrator is in charge to manage system data such as the books. The student users can read the announcements and borrow books. The system also computes the overdue fines of the students for their borrowed books. This is a

Creating a Simple Login Using MySQLi Prepared Statement and jQuery

Submitted by razormist on
In this tutorial, we will create a Simple Login Using MySQLi Prepared Statement / jQuery. Most of the websites nowadays are required to use MySQLi / PDO statements due to the depreciation of MySQL. This time we will try to work out with MySQLi and Ajax call function to make our simple application more interactive. Let's start coding! Creating the Database First, we will create the database Open

Creating a Simple Dynamic Input using PHP and jQuery

Submitted by razormist on
In this tutorial, we will create a simple PHP web application that has a feature allowing the user to dynamically add inputs to the page to save the forms at once. We will be using the jQuery Plugin in order to meet our goal. Also, we will use the Bootstrap Framework to have a pleasant user interface. So, let's get started... Getting Started Requirements Download and Install the latest version if

Internship Portal using PHP with Source Code

Submitted by Satyam Raj on
This is a Simple PHP project with source code entitled Internship Portal. This simple system provides the students an online platform to send their application to available companies that looking for an Intern. The website has 2 types of users which are the Employer and Students. The Employer will post their available opening slots for internship opportunities for the students along with the

Simple Student Information System using PHP with Source Code

Submitted by jazbautista on
This is a simple PHP Web application entitled Simple Student Information System. This project will help you learn a simple way in developing an Information System using PHP Language. This simple information system allow the students to register and input their informations. The student can also see the details of other students by searching them. The system uses Bootstrap Framwork for the design

How to Sum Column in MySQL using PHP/MySQLi

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to sum MySQL columns using PHP/MySQLi. I've also included in this tutorial the use of GROUP BY in MySQLi query and the 2 MySQLi methods which I have included in the comments. This tutorial does not include a good design but will give you an idea of the topic. Getting Started Download and Install XAMPP or any equivalent to run PHP script. Open the XAMPP's

Performance Indicator System using PHP/MySQLi with Source Code

Submitted by nurhodelta_17 on
This is a system that determines the performance of the entities involved in the system. In this system's case, it determines the top product and dealer and presents a yearly graph of the sales of products with the use of Chart.js Library. This system features a purchase reservation on the dealer side and system management on both the admin and staff side. Also, on the stock side, it can update stocks of products. In this system, the dealer is allowed only to reserve or purchase products quantity that will cost not more than their credits.