PHP Tutorial

Registration using MD5 in PHP

This source code will teach you on how to create simple Registration using MD5 in PHP. The feature of this simple tutorial is to save the data to the database then the password is encrypted using the MD5 function. To have this source code, kindly download the source code below to learn the MD5 function in PHP Programming. If you have a question in this tutorial, leave a comment below. Thank you. Registration Form This simple markup contains all form field to save the data to the database.

Login using MD5 in PHP

We are going to create Login using MD5 in PHP. This source code will help you on how to create a simple login form with MD5 Encryption. It has input validation does not allow the user to enter in the home page if the form field was empty and password is being encrypted using the MD5. We have sample source code for the form field below. Take a look and kindly study the code.

PHP Forms

PHP Forms

In this tutorial we are going to learn about $_GET, $_POST, and $_REQUEST. Nowadays, PHP is one of the most popular means of processing HTML forms. To read the data submitted by a form, using PHP, use one of three special arrays: $_GET, $_POST or $_REQUEST. The first two contain the data submitted via their respective protocols.

How to Create Sliding Text on Images with Bootstrap Templates

Sliding Text on Images with Bootstrap Templates

In this tutorial, we are going to learn on How To Create Sliding Text On Images. In this source code, we are going to display the text on its corresponding image with a background color after we hover the image. In the example source code below, by using CSS and jQuery to appear the text effect on our images. Using jQuery slideToggle() we produce effect after we hover into the image. You can try the Live Demo of this tutorial.

How to Get Last Day of Month using PHP

This is a tutorial on how to Get Last Day of Month using PHP. This is a simple tutorial for the beginners who really wants to know how to construct simple source code in PHP. We are going to construct simple PHP source code below for the beginners. So, they can see how to construct it in a simple way. This source code will display how to get the last date of this current month, as well as the last date of a month from the given of a specified date. We are going to use the letter "t" and that our key to get the last date of a month.