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.Here's the source code of the image above.
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.
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
In this article, we are going to create Captcha using PHP. This simple article will help you on how to create this simple captcha with this simple source code. Enable you to generate a random code and you can use this to protect your page from random spammers.
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.
If you are looking for on how to Transfer your Data in Database to Excel then you are at the right place. This PHP Excel tutorial the user enables to make a backup copy of your data in your database in the form of excel worksheet.
In this article, we are going to learn how to Convert Text in CRC32 using PHP/MySQL. This simple program will demonstrate how to convert text in crc32.