PHP

How to Create Search Query using PHP/MySQL

Submitted by alpha_luna on
In this tutorial, we are going to create Search Query using PHP/MySQL. Search query using PHP/MySQL is a simple PHP source code that the users enable to search in the table. Creating one TextBox for the user where they enter the desired word to search and the table with our data in a data table as you can see in the image below. Result Here's the source code of the image above.

How to Convert Text to Crc32, md5 and Sha1 in PHP

Submitted by alpha_luna on
In this tutorial, we are going to learn how to Convert Text to Crc32, md5, and Sha1 in PHP. You will know which is the roughest among the three in terms of the length they generate individually. CRC32 creates a 32-bit hash, md5 creates a 128-bit hash, and Sha1 creates 160-bit (20-byte) hash value.

Examination Management System

Submitted by Dejene Techane on
Online Examination Management System Using PHP/MySQL This project is powerful exam management system using for College/University. The scope of the projects: 1. The administrator creates a user account for departments and has the privilege to manage all the users. 2. The department gets privileges and login into the system and import students, instructors and course details of the department. 3

Event Registration System

Submitted by alpha_luna on
If you are looking for Event Registration System then you are at the right place. This simple system can help us for registering all the participants in the particular kind of events. For faster transaction, you can also network the system to have multiple users registering in a short period of time.