October 14th, 2013
This is one boring topic we have in all programming languages – list of data types. It is so boring that no one cares to read it once
September 3rd, 2013
In many programming languages, declaring variables requires variable’s data type and the name of that variable. And then, variables wi
July 29th, 2013
$_SERVER is one of the superglobal variables in PHP. It contains information about headers, server, host and etc. For that, it contains a hu
June 13th, 2013
Variable variables are the special features of PHP in PHP. It supports to store the name of a variable into a variable. It is used to change
June 10th, 2013
Why is this called as scope resolution operator? This operator is used to refer the scope of some block or program context like classes, obj
May 17th, 2013
Variable is an identifier used to store value. It can be changed or removed at any time. The variable name should start with a $ sign. The s
May 12th, 2013
As PHP is a loosely typed language, there is no need to specify a data type for variable declaration, function declaration or anywhere. But,
May 9th, 2013
Like other programming languages, PHP includes set of operators that are used to perform operations between one or more values. PHP has a va
May 3rd, 2013
EGPCS is the variable parsing order configured as the value of the variable_order directive in the PHP configuration file. It is used to con
May 2nd, 2013
PHP includes various data types such as integer, double, string and many as like as other programming languages. In this tutorial, we are go