PHP

Introduction to PHP – Part9

December 5 2009, By , 14 Comments

advertisement Forms: A form is an area where user can input data. The place in the form where user input ...

Introduction to PHP – Part8

December 2 2009, By , 9 Comments

Function: A function is a subprogram that performs a specific task when called by the main program. It is always ...

Introduction to PHP – Part7

November 23 2009, By , 5 Comments

Array: Array is a systematic collection of data of similar data types that can be accessed by numeric index. Array ...

Introduction to PHP – Part6

November 20 2009, By , 9 Comments

Strings: A string is an array of characters. This tutorial demonstrates the use of string to manipulate text. A string ...

Introduction to PHP – Part 5

November 15 2009, By , 7 Comments

Loops A loop is a programming construct that facilitates programmer to execute some code number of times or a specified ...

Introduction to PHP – Part4

November 10 2009, By , 7 Comments

Control Statements A program is a collection of modules working together to perform certain task. The modules can be thought ...

Introduction to PHP – Part 3

November 7 2009, By , 17 Comments

Operators An operator is a type of function which acts on operands often called inputs and produce results. In PHP, ...

Introduction to PHP – Part2

November 5 2009, By , 9 Comments

Data Types: PHP supports eight primitive types; four scalar types two compound and two special types. In this section we ...

Introduction to PHP – Part 1

November 3 2009, By , 24 Comments

Introduction: PHP is a widely used open source server side scripting language that is used to create dynamic and interactive ...