advertisement Forms: A form is an area where user can input data. The place in the form where user input ...
beginners
Introduction to PHP – Part8
Function: A function is a subprogram that performs a specific task when called by the main program. It is always ...
Introduction to PHP – Part7
Array: Array is a systematic collection of data of similar data types that can be accessed by numeric index. Array ...
Introduction to PHP – Part6
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
Loops A loop is a programming construct that facilitates programmer to execute some code number of times or a specified ...
Introduction to PHP – Part4
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
Operators An operator is a type of function which acts on operands often called inputs and produce results. In PHP, ...
Introduction to PHP – Part2
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
Introduction: PHP is a widely used open source server side scripting language that is used to create dynamic and interactive ...