Author: admin
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 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…