1574761132
This video will help you understand PHP from the basics for beginners, you will learn the basic concepts involved in it.
#php #programming
1626852600
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.
In this episode, I want to focus on how to use arrays in PHP. An array is a type of data that allows us to store multiple elements of similar data type under a single variable.
#php #php programming #beginners #arrays in php
1626841560
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.
In this episode, I want to focus on variables. Variables are used to store data such as a name, age and so on. In PHP, variables do not need to be declared before adding a value to it. PHP will automatically convert the variable to the correct data type
#php #php programming #beginners #variables in php
1626848880
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.
In this episode, I want to focus on how all the different data types that are available in PHP.
#php #beginners #php programming #data types in php
1626834240
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.
In this episode, I want to show you how and why you could use the comments in PHP. Comments help you and others to understand what you are/were trying to do with the PHP code.
Note: comments will not be displayed in the output, so whenever someone inspects your page, the comments will not be visible.
#php #comments #beginners #php programming
1626963480
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.
#php #php programming #beginners #superglobals