PHP Pattern Matching

PHP Functions

PHP Arrays

PHP Loops

Loop Statements: while statement do while statement for statement foreach statement    

PHP Selection Statements

Selection Statements: if statement if else statement elseif statement switch statement    

PHP Output

Output: print function is used to create unformatted output it can be called with or without…

PHP Strings

String Operations: Concatenation Operator:  . String variables individual characters can be accessed through { } Index…

PHP Operators

Arithmetic Operators: + , – , * , / , % , ++ and –  …

PHP Data Types

Data Type is PHP Integer Double Boolean TRUE / FALSE case insensitive String (There is no…

PHP Introduction

PHP is a server side scripting language PHP script is written within <?php  ….. ?> When…