PHP Programming (Table of Content)
PHP is an amazing and popular language!
It is powerful enough to be at the core of the biggest blogging system on the web (WordPress).
It is deep enough to run large social networks!It is also easy enough to be a beginner’s first server side language!
Basic Topics of PHP
- Introduction
- Variable Defined & Variable Scope
- Constant Defined
- Operator
- Operator Precedence
- Conditionals Construct
- Loops
- Array Introduction
- Array Defined
- Indexed Array
- Associative Array
- Multidimensional Arrays
- Function
- Function Arguments
- Function strict type Arguments
- Passing Arguments by Reference
- Functions – Returning Values
- Function Return Type Declarations
- more topics soon…..