home / developersection / category
The built-in $_POST function is used to collect values from a form sent with method="post". Information sent from a form with the POST method is invisible to others and has limits up to 8mb amount of information to send.
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
There are lots of tools through which we can install PHP such as WAMP, XAMPP, etc. Here I prefer WAMP tools to install PHP. WAMP stands for Window