PHP Tutorial

Updating Using Radio Button - Checkbox and Dropdown List

In this tutorial I will you will learn about updates and how to save data in Mysql , display the information from MySQL, and most important How to update radio button, Checkbox and dropdown list in PHP and MySQL.This simple updating using radio button, checkbox and dropdown list in PHP and MySQL. This project creates a registration query through the form and automatically connect in the mysql to create database. And you can update and delete the data even if you are not in the database.

Simple Password Safety using MD5 Encryption in PHP

In this tutorial we will create a simple safety password using MD5 encryption. PHP offers the md5 function which calculates the MD5 hash of a string using the MD5 Message Digest Algorithm. This algorithm takes a string and generates a 128-bit fingerprint of the input string. MD5 is a one-way encryption which means that you cannot decipher the fingerprint to get the original string. Yet another feature of MD5 is that the algorithm will always generate the same fingerprint for a given string.

Simple Open Dialog Box

A Dialog window is an independent sub-window meant to open temporary form apart from the main Swing Application Window. Most Dialog present an error message or warning to a user, but Dialog box can present images, directory trees, or just about anything compatible with the main Swing Application that manages them.

Deleting Multiple Rows using PHP

In this tutorial, we are going to create Deleting Multiple Rows using PHP. The features of this project are to add a data then, you can delete individual data of a user or you can delete multiple data using a checkbox as our selector. Hope you find this useful.

Creating Markup for Adding User

It has five TextBox and one button for adding a new user as shown in the image below. ResultFor the source code of the image above.