Increment And Decrement | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020

preview_player
Показать описание
Hi guys, welcome to my PHP course for beginners in 2020.

Do you want to learn PHP from scratch? In this course, I will be going through all the basics of PHP. I will show you how you could use PHP in HTML code, what variables and data types are, all the different type of operators, control structures, user functions and built in functions and what the super globals are and how you could use them.

After learning all the basics topics, I want to focus on databases using MySQL because we will be creating a login system after.

The main focus in this episode are increment and decrement operators. This is a pretty simple concept because these are used to increase or decrease a variable’s value.

There are four different increment and decrement operators in PHP:
1. ++$x stands for pre-increment variable x by one, then return $x;
2. $x++ returns the default value first, and increases $x after;
3. --$x decrements $x by one, then returns $x;
4. $x—returns the default value first, and decreases $x after.

My official websites for questions or anything else:

If you are new to programming and you want to learn HTML5 and CSS3, I recommend you to follow the following course first:

Follow me on social media

Useful products for programming and recording that I use
Microphone I use:

My laptop stand:

External monitor:

Reading LED Desk lamp:

External Hard Drive to save projects:

Laptop I use:
Рекомендации по теме
Комментарии
Автор

sir plese describing deeply and long video

karmurpraful