PHP Tutorial

Log In and Registration Form using MD5 in PHP/MySQL

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Log In and Registration Form using MD5 Encryption in PHP/MySQL. The features of this simple program, it has a registration form for a user and it has an input validation that the empty field is not allowed same with the login form and the password are encrypted using MD5.

Drag and Drop Image Delete using PHP

Submitted by alpha_luna on
If you are looking for Drag and Drop Image Delete using PHP and JavaScript then you are at the right place. This simple program created using PHP, MySQL, and JavaScript. The program works by dragging the image to the trash can to deleting image from the database table. Database Name: drag_and_drop

Source Code

In this source code, you can see the images in the gallery and the trash can image as you can see in the image below.

Student Attendance Monitoring System using Barcode in PHP Free Source Code

Submitted by rinvizle on

If you are looking for Student Attendance Monitoring System with Barcode using PHP then you are at the right place. This is a full source code. It has a three-side to logging on the admin side to view and manage the data and the teacher side to check the attendance of the students, Students side entering their Barcode Number given by their teachers to have their attendance and it will see a record on the teacher side.

Update Multiple Rows in PHP/MySQL with Checkbox

Submitted by alpha_luna on
In this tutorial, we are going to create Update Multiple Rows in PHP/MySQL with Checkbox. This tutorial will teach the user on how to create a simple program in PHP that can update multiple rows using the checkbox as the selector. The feature of this simple source code it can edit multiple data in the database table using a checkbox as a selector.