PHP Tutorial

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.

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.

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".

Borrowing and Returning Function in PHP/MySQL

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Borrowing and Returning Function in PHP/MySQL. We all know, Library System have this two functions. You can use this source code to create a simple Library System or in any system that has to borrow and returning functions. Hope you can learn from this tutorial.

Highlight Words after Search

Submitted by azalea zenith on
We are going to create another tutorial and it's called Highlight Words after Search. If you are looking for highlighting words after search then you are at the right place. Using this tutorial, the users can easily find their search words to the web page. The resulting word will automatically be highlighted in the web page from the database.

Output

As you can see in the image below, the word Library was highlighted after clicking the button search in the web page.

Random Code in PHP

Submitted by azalea zenith on
If you are looking for on how to create Random Code in PHP then you are at the right place. In this tutorial, we are going to learn on how to create random code using PHP. You can use it this simple project in your existing web application or systems like in registration form, before sending information you can use the random code to confirm it before sending data to the database or you can use it as a random code for your selling items in POS web project, etc. Take a look the source code below. This simple code, we are going to use it to have a random code.

Multiple Delete Data

Submitted by azalea zenith on
If you are looking for on how to create Multiple Delete Data in PHP then you are at the right place. This simple system can add data to the database then you can delete the data individually or you can be used the checkbox to delete more than one data in just one click. We are going to use the checkbox as our selector so the user can select multiple or one data only to delete.

Delete Data without Refreshing Page

Submitted by azalea zenith on
In this tutorial, we are going to create how to Delete Data without Refreshing Page. This is a simple project delete function using PHP/MySQL with AJAX script. This tutorial feature is to delete the data from the table and it also deleting data without any refresh of the page or reload. Hoping that this simple source code will help you a lot. Enjoy coding. Thank you. Create Data Table In the source code below, contains all the data from the database, we have to display all the data. To select individual which data we are going to delete it.

Update Password using PHP

Submitted by azalea zenith on
If you are looking for on how to Update Password u then you are at the right place. the right place. This simple tutorial creates using PHP/MySQL. The feature of this tutorial is to change the password from the database. It contains the Old Password from the database, New Password, and Re-Type New Password. Almost in web projects, changing password is important. Create Markup Form This simple HTML source code below contains three TextBox for the Old Password, New Password, and Re-Type Password. Where the user can update the password from the database.