Display "Hello World!" on the frontend and has an admin page.
The WordPress version used in this tutorial is 6.4.1 .
The PHP version used in this example is 8.4.5 .
#wordpress #wordpresstutorial #plugins #plugin
Create Simple Website - PHP
Create header and footer for web pages .
Link style.css file , html file and php file in php file .
The PHP version used in this example is 8.4.5 .
#php #backend #web #frontenddeveloper #codingtutorial
Create Excel Sheet - PHP
Create Web page as Excel Sheet using PHP .
The PHP version used in this example is 8.4.2 .
#frontend #webdevelopment #excel
Arithmetic Operators & String Operator - PHP
( Addition - Subtraction - Division - Multiplication - Modulo - Exponentiation )
The PHP version used in this example is 8.4.4 .
#php #backend #webdevelopment
Ternary Operator is Conditional Operator .
Null Coalescing Operator is useful shorthand operator .
The PHP version used in this example is 8.4.4 .
#php #backend #webdevelopment #programming
Assignment Operators - PHP
Basic Assignment Operator | Assignment by Reference .
The PHP version used in this example is 8.4.3 .
#codinglife #php #backend #htmlcss
Comparison Operators - PHP
Less than , Greater than , Less than or equal to and Greater than or equal to Operators .
Compare two values after type juggling .
The PHP version used in this example is 8.4.5 .
#programminglanguages #programmingtips #codinglife #php #backend
Equal == and Not equal != Operators .
Compare two values after type juggling .
The PHP version used in this example is 8.4.5 .
#html #stemtok #codinglife #css #fullstack
PERL String Increment Feature - PHP
The PHP version used in this example is 8.2 .
#php #backend #tech #stemtok #fullstack
View details about PHP on the hosting server - PHP
phpinfo( ) ; built-in Function .
The PHP version used in this example is 8.4.2 .
#php #backend #tech #webdevelopment #fullstack
The importance of commenting on the code - PHP
1- Naming the code parts according to their function to help
in testing the code and knowing the role of the code parts
by the team .
2- Preventing the execution of part of the code to help
in testing the code .
3- Add notes with code .
Types of comments in php scripting language : Single-line comment and
Multi-line comment .
#website #php #backend #tech #webdevelopment #fullstack
Difference between Pre and Post Decrement Operators - PHP
Usage and Example
The PHP version used in this example is 8.2 .
#backend #tech #webdevelopment #fullstack