home / developersection / tag
Array is collection of same data types. In PHP, an array stores multiple values in one single variable. I.e. an array is a special variable, which can store multiple values in one single variable.
‘Switch’ statement is conditional statement used to perform different action based on different condition. I.e. switch statement is used to select one of many blocks of code to be executed.
In this article I will describe some basic string function which is used in php. Let’s we have a brief idea about it. Concatenation Operator in PHP:T
There are lots of string functions which are used in PHP. In this article I will described some important string function which is widely used in PHP. Let’s we have a brief description about it.
‘If… Else’ statement is used to perform different action for different decision. Conditional (relational operator) statements are used to perform different action on basis of different decision.
Operators are used to operate on value. I.e. with the help of operator we can perform different types of actions on values such as increment, decrement, subtraction, division etc.
Variable is nothing more than a name of data storage location in computer memory. Variables are used for storing values, like text strings, numbers or arrays.
PHP is a server side scripting language which is executed on server and result sent in plain html format to client browser. A PHPscripting block al
Here we have an example for showing simple PHP scripting code which sends the text ‘Hello Word’ to client browser. Example: Displaying message using
Installing PHP on Windows 7 is quite simple. Before installing PHP into your computer you need to have web server running in your computer. Here I preferred to use ‘Apache’ web server for this demonstration.
This article will describe step by step instruction on how to install ‘Apache Web Server’ in windows 7(64 –bit) operating system. You can download ‘Apache’ web server from here.