Browse Our Tutorials

Learn everything from basic Photoshop to Advanced Laravel and SEO.

Tutorials

Php Constants And Operators

Php Basic

Constants Constants are like variables as they also store values but once they...

Php Conditional Statements

Php Basic

Very often you need to perform different actions on different conditions. You ca...

Php Loops

Php Basic

Often in PHP you need the same block of code to run repeatedly in a row. We can...

Php Arrays

Php Basic

Array is also a variable. The only difference is array can store multiple values...

Php Superglobals

Php Basic

Superglobals are predefined variables in PHP and are always accessible regardles...

Php Predefined Functions

Php Basic

Functions are blocks of codes that perform specific task in php. It makes the co...

Php User Defined Functions

Php Basic

User defined functions are those php functions that are created or defined by us...

Php Form Handling

Php Basic

The PHP superglobals $_REQUEST, $_GET and $_POST are used to collect form-data....

Php Mysql

Php Basic

MySQL is one of the most popular database system used with PHP. The data in a My...

Introduction To Procedural Php

Procedural Php

We knew all the fundamentals of php. Now, we can work on Procedural PHP that's t...

Insert Operation

Procedural Php

Now, we need a form to insert records into the table and for that we'll create a...

Display Operation

Procedural Php

Now, we will go to another operation that selects defined records from the data...