PHP Tutorial

Login Logout Practice for Beginners with Session using PDO in PHP

Submitted by alpha_luna on
In this tutorial, we are going to learn Login Logout Practice for Beginners with Session using PDO in PHP. This simple tutorial, you can learn how to log in and log out with using session in PHP. The target of this tutorial is for the beginners who willing to learn how to log in and log out with a session in simple ways and simple source code that we are going to use.

jQuery Upload Multiple Images In PHP

Submitted by rinvizle on
This tutorial is written in PHP and jQuery. We create this project and named as jQuery Upload Multiple Images In PHP. Every file contains post upload process and move the files in uploads directory. First check directory and error after that check if single file coming then process separate if multiple files handle in loop. You will see all the files that you uploaded in the directory folder.

Total Sum in a Column using PHP/MySQL

Submitted by alpha_luna on
In this tutorial, we are going to create Total Sum in a Column using PHP/MySQL. This simple work created to teach the user on how to calculate the values of a column using the SUM function to the PHP query. If you want to create a simple system like a point of sale, you can put this simple function to your project.

How to Validate the URL Link using PHP

Submitted by alpha_luna on

Validate the URL Link using PHP

In this tutorial, we are going to learn how to Validate the URL Link using PHP. Do you want to validate or verify the URL if it is valid or not? You are at the right place to check it. To verify the URL that you have kindly entered into the text box provided on the web page then the PHP source code or the validation tool will do the rest to check it. To check the URL is very important if it is valid or not before the user taking any action on it.

How to Create Dynamic Select Box using PHP

Submitted by alpha_luna on

Dynamic Select Box using PHP

In this tutorial, we are going to learn on how to create Dynamic Select Box using PHP. This tutorial works by the user for selecting the first select box which is a list of country, then the second select box will automatically load without any refreshing the whole page and it will display the corresponding states in the chosen country and the same with the third select box it will display cities in the chosen states.

For example

The selected country is Australia.

Extract All URL’s from a Web Page using PHP

Submitted by alpha_luna on

Extract All URL’s from a Web Page using PHP

In this tutorial, we are going to learn how to Extract All URL’s from a Web Page using PHP. This tutorial, we are going to extract all URL’s in your web page and it’s familiar in many cases. Type one URL to the text box and we are going to extract it. Then, it can easily get all URL’s from a web page using PHP. We have short and simple source code in this tutorial to extract all URL’s from a web page using PHP.