Tutorials

Wizard Registration Form with Progress Bar

Submitted by azalea zenith on
In this tutorial, we are going to create registration form using PDO in PHP. If you are looking for Wizard Registration Form with Progress Bar then you are at the right place. Using this kind of form, you can organize the information to be enter by the user. This simple tutorial, it has 3 steps to finish the registration for the user.

MD5 Login using PDO in PHP

Submitted by azalea zenith on
This work is suited for the beginners who want to know coding in PHP using PDO. This source code will help you on how to create MD5 Login using PDO in PHP. The feature of this simple tutorial, it has an input field validations does not allow empty field in the web page and the target of this work is the password are being encrypted using the function of MD5 using PHP in PDO query. Hope that this source code will help you in your future work or projects. Thank you. We are going to create simple markup for the Login form field.

Form Wizard with Progress Bar in Admin Bootstrap

Submitted by azalea zenith on
In this tutorial, we are going to learn how to use Form Wizard with Progress Bar in Admin Bootstrap. Using this kind of form, you can specify which information must be first to fill up to the user if we used as a registration form for them. This wizard form separated into a group. It has three steps to finish the wizard form. The user can navigate the form by using Previous, Next, and Last.

Greeting Message to the User

Submitted by azalea zenith on
This simple script that I create using JavaScript jQuery that will message the user then this program will greet the user base on the current time. Use this simple program to be polite to the user and it shows to the user how much they important in every visit to the website. Live Demo All source code construct using jQuery script.

Calculator using Dropdown in PHP

Submitted by azalea zenith on
In this tutorial, we are going to create Calculator using Dropdown in PHP. I create this simple program in PHP using the drop-down menu to select a mathematical operator such as Addition, Subtraction, Multiplication, and Division. Check the live demo, click the button below. First, we have to create the markup for this program.

Byte Calculator in Bootstrap

Submitted by azalea zenith on
In this tutorial, we are going to create Byte Calculator in Bootstrap. This tutorial creates using JavaScript. If you are looking for this kind of tutorial then you are at the right place. Using this tool to convert the size of one file of one unit to another. The results turn in these possible units option. Like, Byte, KiloByte, MegaByte, and GigaByte. After downloading this source code, kindly insert the desired numeric value in the TextBox then select what units do you want to convert it and click the "Calculate . .

How to SELECT All Data using Date Today in PHP

Submitted by alpha_luna on
In this tutorial, we are going to learn how to SELECT All Data using Date Today in PHP. This source code is a simple guide to the beginners who really want to know how to select all MySQL Data from today date. We are going to use the PDO object in PHP to select data using the date. We have example MySQL table and it's called "tbl_topic".