searchbox

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 Create a Simple Search on MySQL Table using PHP, MySQLi and AJAX

Submitted by nurhodelta_17 on
In this tutorial, I'll show you how to create a simple search on mysql table using PHP, MySQLi and AJAX. This tutorial does not include a good design but will give you an idea on how to search for rows in mysql table.

Creating our Database

First, we're going to create our database. This contains the data that we are going to search. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "ajax_search". 3. After creating a database, click the SQL and paste the below code.