FORM HANDLING IN PHP
In This Blog, you will learn how to access the form in PHP by using get and post methods. Form handling is the most important concept of PHP programming language.
PHP LOOPS
PHP Loops perform repetitive tasks such as, Retrieving information stored in databases, Sending mails to multiple users.
IF ELSE IN PHP
In This Blog, you will learn about conditional statements in php like if, if-else, if-else-if, nested if statement and switch statement
OPERATORS IN PHP
Operators are pre-defined symbols that perform specific actions on objects called operands
SCOPE OF VARIABLES IN PHP
Are identifiers containing values that do not change throughout the execution of a program