PHP/MySQL

Delete Data without Refreshing Page

Submitted by azalea zenith on
In this tutorial, we are going to create how to Delete Data without Refreshing Page. This is a simple project delete function using PHP/MySQL with AJAX script. This tutorial feature is to delete the data from the table and it also deleting data without any refresh of the page or reload. Hoping that this simple source code will help you a lot. Enjoy coding. Thank you. Create Data Table In the source code below, contains all the data from the database, we have to display all the data. To select individual which data we are going to delete it.

Update Password using PHP

Submitted by azalea zenith on
If you are looking for on how to Update Password u then you are at the right place. the right place. This simple tutorial creates using PHP/MySQL. The feature of this tutorial is to change the password from the database. It contains the Old Password from the database, New Password, and Re-Type New Password. Almost in web projects, changing password is important. Create Markup Form This simple HTML source code below contains three TextBox for the Old Password, New Password, and Re-Type Password. Where the user can update the password from the database.

Registration using MD5 in PHP

Submitted by alpha_luna on
This source code will teach you on how to create simple Registration using MD5 in PHP. The feature of this simple tutorial is to save the data to the database then the password is encrypted using the MD5 function. To have this source code, kindly download the source code below to learn the MD5 function in PHP Programming. If you have a question in this tutorial, leave a comment below. Thank you. Registration Form This simple markup contains all form field to save the data to the database.

Login using MD5 in PHP

Submitted by alpha_luna on
We are going to create Login using MD5 in PHP. This source code will help you on how to create a simple login form with MD5 Encryption. It has input validation does not allow the user to enter in the home page if the form field was empty and password is being encrypted using the MD5. We have sample source code for the form field below. Take a look and kindly study the code.

Importing CSV File to MySQL using PHP with Bootstrap Templates

Submitted by alpha_luna on
If you are looking for Importing CSV File to MySQL using PHP with Bootstrap Templates then you are at the right place. We all know that CSV file format used to import or to export the table data. Every line from the CSV file format indicates one field for the data table in the database.

Bus Tracking System

Submitted by alpha_luna on

Bus Tracking System

This Bus Tracking System is created to track the location of the buses and to manage the schedule of the buses in every branch location. The passengers can view the scheduled of the buses on the tv screen in every bus terminal. Whether the bus is On Travel, Arrived, Delayed, or Cancelled trip and they can view where's the location of the buses in every terminal.