Tutorials in the section

PHP Returning Values from Function  
In this tutorial we will study about returning values from functions in PHP, how to return values from a function, what kind of data types are supported by the return statement are discussed in this tutorial. Examples in this tutorial will make it more clear..

PHP Function  
In this tutorial we will study about user-defined functions, declarations part, how to call a function, recursive function etc. Examples in this tutorial will make it more clear..

PHP Goto  
In this tutorial we will study about goto statement, goto statement helps us to move from one section to another section in a file, in PHP there are few restrictions are present for goto statement which is discussed in the current tutorial. Examples in this tutorial will make it more clear. .

PHP Return  
In this tutorial we will study about bitwise operator, bitwise operator works on bit or binary number of an integer value. Examples in this tutorial will make it more clear..

PHP Switch Case  
In this tutorial we will study about switch case control structure, switch case is used when we need to match a value with every cases, generally we include break statement after every switch case. Examples in this tutorial will make it more clear..

PHP Continue  
In this tutorial we will study about continue statement, continue statement is just reverse of the break statement.Examples in this tutorial will make it more clear. .

PHP Break  
In this tutorial we will study about break statement, break statement is generally used when need to discontinue or break a loop. Examples in this tutorial will make it more clear..

PHP For Each Loop  
In this tutorial we will study about foreach loop, foreach loop is newly introduced in PHP and mainly it works on array. Examples in this tutorial will make it more clear..

PHP For Loop  
In this tutorial we will study about for loop,probably for loop is the most easy to understand. Examples in this tutorial will make it more clear. .

PHP Do While Loop  
In this tutorial we will study about do-while loop, by default do-while loop iterates at least once irrespective of condition. Examples in this tutorial will make it more clear. .

PHP While Loop  
In this tutorial we will study about while loop in PHP. How to write while loop is discussed in this tutorial. Examples in this tutorial will make it more clear..

PHP Alternative Control Structure  
In this tutorial we will study about alternative control structure in PHP. How to write alternative control structure is discussed in this tutorial. Examples in this tutorial will make it more clear. .

PHP ElseIf Construct  
In this tutorial we will study about elseif in PHP. How to write elseif body part, what are the constraints to use etc. Aare discussed in this tutorial. Examples in this tutorial will make it more clear..

PHP Else Construct  
In this tutorial we will study about else in PHP. How to write else body part, what are the constraints to use else are discussed in this tutorial. Examples in this tutorial will make it more clear. .

PHP If Construct  
In this tutorial we will study about if control structure.What is the use of if and how to implement are discussed in this tutorial.Examples in this tutorial will make it more clear. .

PHP Control Structure  
In this tutorial we will study about control structures, control structures are like loops (while, do-while, for,foeach),if,else,elseif. This is the index page and subsequent page will illustrate each of these. .

PHP Instanceof Operator  
In this tutorial we will study about instanceof operator, instanceof operator checks that a variable is instantiated object of a certain class or not. Examples in this tutorial will make it more clear. .

PHP Array Operator  
In this tutorial we will study about array operators, array operator '+' is used to get union of arrays and the rest of the operators like '==','===' works same they do on the variables. Examples in this tutorial will make it more clear. .

PHP String Operator  
In this tutorial we will study about string operator, string operators work only on the strings and there are only two kinds of operators are available in PHP "." and ".=", Examples in this tutorial will make it more clear. .

PHP Logical Operator  
In this tutorial we will study about logical operator, logical operator are used when we need to check the equality between values. Examples in this tutorial will make it more clear. .

PHP Comparison Operator  
In this tutorial we will study about comparison operator, comparison operator is used to compare two or more operands. Examples in this tutorial will make it more clear. .

PHP Bitwise Operator  
In this tutorial we will study about bitwise operator, bitwise operator works on bit or binary number of an integer value. Examples in this tutorial will make it more clear. .

PHP Increment Decrement Operator  
In this tutorial we will study about increment and decrement operators, PHP follows 'C' style increment and decrement operators. Examples in this tutorial will make it more clear. .

PHP Assignment Operators  
In this tutorial we will study about PHP assignment operators, types of assignment operators, how to use the operators etc are given in the example, do it by yourself, you could make necessary modifications as well. .

PHP Arithmetic Operator  
In this PHP tutorial we will study about PHP Arithmetic Operator is is used to perform addition(+), subtraction(-), Division(/), Multiplication(*), modulus(%). with variable or value. PHP Arithmetic Operator Examples will make it more clear..

PHP Operators  
In this tutorial we will study about PHP operators, PHP supports mainly three kind of operators and every kind of operators will be described in subsequent pages..

PHP Expression  
In this tutorial we will study about PHP expression, expression could be anything we write. Examples in this simple tutorial will make it more clear..

PHP Magic Constant  
In this tutorial we will study about magic constant, in PHP there are many magic constants are available,like _LINE_, _DIR_, _FILE_ etc. These constants are case-sensitive.

PHP Constant Function  
This tutorial we will describe about the constant in PHP, how to declare, how to use etc are described in this tutorial. Examples will help you to learn this in depth.

PHP Variable variables  
This PHP tutorial describes about variable variables in PHP. Learn how to declare & how to use in class user variable variable in PHP etc..

PHP Variable Scope  
This PHP tutorial is all about the scope of a variable in PHP. The Variable in PHP has a life in the program and in programming language we call it as the scope means the area in which the value of the variable is applicable. .

PHP Variables Types  
This tutorial is the introduction of variables, naming convention of variables in PHP etc. You will also get some useful examples on variables and reference variables etc..

PHP Type Juggling  
This tutorial covers up many types of implicit and explicit type casting in PHP. Examples will illustrate the concept of PHP type juggling.

PHP NULL Type  
In this tutorial you will come to know about NULL values and how to make a variable NULL, how to check a variable etc..

PHP Resource Associates  
In this tutorial you will come to know about resource in PHP, it is a new kind of variable introduced in PHP. It is used to make and keep a reference of another file or connection with the database etc..

PHP Object Type  
This PHP tutorial will reveal some interesting concepts of object, in addition it gives you a glimpse on object in PHP..

PHP Array Type  
In this current PHP tutorial we will study about PHP array type and the examples will help you to learn array more precisely..

PHP String Function  
In this tutorial you will study about strings in PHP, different ways to print a string etc. Examples will exemplify the concept of string in PHP..

PHP Float Number Format  
In this tutorial you will study about float number in PHP, different examples will illustrate the concept.

PHP Integer Data Type  
In this PHP tutorial you will come to know about integer data type of PHP, range of this data type, automatic type conversion to float, and examples will illustrate these concepts.

PHP Boolean Data Types  
In this PHP tutorial we will study about boolean data type of PHP Programming Language. By default value of a boolean data type variable is false. Few interesting results are shown with the help of examples, based on explicit conversion to boolean. .

PHP Data Types  
In this tutorial you will get to know about the data types supported by PHP, what is data type, types of data type etc. This is the index page of PHP Data type, subsequent pages will make every data type clear. .

PHP Comments  
In this PHP tutorial we will study about different kinds of comments supported by PHP, the differences among all those comments. Examples will exemplify each type..

PHP Instruction Separation  
In this tutorial we will study about how to separate instruction in PHP. In general we use ; sign to separate the instructions but what are the other ways are present in PHP are discussed in this tutorial. .

PHP Escaping HTML Tag  
In this current tutorial we will study about how to escape from HTML tag, there are mainly four ways to do this, each of these tags are explained in this tutorial subsequently you can check the examples for better understanding.

PHP Debug Backtrace  
In this tutorial we will study about another interesting feature of PHP, called debug_backtrace() method, this method helps us to generate the backtrace in PHP. You can also check the format of it and examples will help you to learn it precisely. .

PHP Trigger Error  
In the current tutorial we will study about trigger error method, This method is used to trigger an user level error message, it can be displayed along with the built-in-error handler, or with a user defined function. Along with it we will study what is the functionality of it, how it should be implemented etc..

PHP Return Statements  
In this php tutorial we will study about the return statement, how to return values, array, objects from a function, examples will help you to understand these concepts precisely. .

PHP Variable Functions  
PHP Variable functions are used to assign a function's name to a variable. In this current PHP tutorial, we will study about that, how to declare php variable functions, how to assign, how to call via a variable and how to pass values..

PHP Function Arguments  
In this current tutorial we will come to know about various kinds of argument declaration in PHP function, what is the differences among those declarations etc. Examples will help you to illustrate the differences. .

Ads

 
Advertisement null

Ads