PHP:-
Hypertext Preprocessor(Recursive Acronym)
Server-Side Programming/Scripting Language
It can be embedded directly within HTML. Files use a “.php” file extension.
PHP Case Sensitivity:-
PHP Comments:-
PHP Variables ($):-
PHP echo Statement:-
PHP Strings (” “):-
Strings define as (“DevOpsSchool”)
PHP Numbers:-
PHP Numbers no need to define Strings or Quote define as 123, 234, 345………. etc.
PHP Constants:-
PHP Constants like as identifier which simple value. The value cannot be changed as script. no need to sign $ before the constant name
PHP IF….. Else…..Elseif:-
PHP if…… else…….. elseif used that time you want to perform different actions for different conditions.
PHP switch Statement:-
PHP switch Statement is used to perform different actions based on different switch cases conditions.Switch statement use one conditions many blocks of code to be executed.
Ternary or Conditional Operator:-
Ternary or Conditional Operator used to similar as if else statement.
PHP While Loop:-
While Loop keeps repeating any action until all condition returns false.
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024