PHP/MySQL

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.

How to Create Download File and to Create ZIP File in PHP/MySQL

Submitted by alpha_luna on
If you are looking for on how to create Download File and to create ZIP File in PHP/MySQL. This project is going to show you on how to download a file and the extension is ZIP in multiple files using PHP. The user can choose whatever they want to download a ZIP format.

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.

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.