category

home / developersection / category

PHP $_POST Function
php 09-Sep-2011
PHP $_POST Function

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.

PHP Loops
php 08-Sep-2011
PHP Loops

Before discussing about PHP Loops let’s should know what is loop? “Loops execute a block of code for specified number of times, or while a specified condition is true”. Often when you write code,

Array in PHP
php 08-Sep-2011
Array in PHP

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.

PHP Switch Statement
php 07-Sep-2011
PHP Switch Statement

‘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.

PHP String function
php 07-Sep-2011
PHP String function

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

Some Important String function in PHP
php 06-Sep-2011
Some Important String function in PHP

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 in PHP
php 05-Sep-2011
If…Else Statement in PHP

‘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.

PHP Operators
php 04-Sep-2011
PHP Operators

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.

PHP Variables
php 04-Sep-2011
PHP Variables

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.

Basic PHP Syntax
php 02-Sep-2011
Basic PHP Syntax

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

Displaying message in PHP
php 02-Sep-2011
Displaying message in PHP

Here we have an example for showing simple PHP scripting code which sends the text ‘Hello Word’ to client browser. Example: Displaying message using

WAMP Server Installation in Windows
php 01-Sep-2011
WAMP Server Installation in Windows

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