Constants | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020

Subscribers:
64,200
Published on ● Video Link: https://www.youtube.com/watch?v=a2YXO3F4JS8



Duration: 5:36
1,050 views
50


Constants | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020

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 constants on PHP because you will probably use them a lot later on. A constant is a name or an identifier for a simple value. A constant value cannot change during the execution of the script. By default, a constant is case-sensitive. By convention, constant identifiers are always uppercase. A constant name starts with a letter or underscore, followed by any number of letters, numbers, or underscores. If you have defined a constant, it can never be changed or undefined.

My official websites for questions or anything else:
https://www.darynazar.com

If you are new to programming and you want to learn HTML5 and CSS3, I recommend you to follow the following course first:
https://www.youtube.com/playlist?list=PLFHz2csJcgk_JGjaA9GsSftkBZWF743Im

Follow me on social media
https://www.instagram.com/darynazar/
https://www.linkedin.com/in/dary-nazar-61502ab2/

Useful products for programming and recording that I use
Microphone I use:
https://amzn.to/39r7qVD

My laptop stand:
https://amzn.to/32PULcn

External monitor:
https://amzn.to/2wzxPSl

Reading LED Desk lamp:
https://amzn.to/2PNMoJ5

External Hard Drive to save projects:
https://amzn.to/2TEjWdI

Laptop I use:
https://amzn.to/3aspOxp




Other Videos By Code With Dary


2020-05-08What are superglobals? | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-05-06How to generate random numbers | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-05-04How to use the date and time function | PHP for beginners | Learn PHP | PHP Programming | Learn PHP
2020-05-03Array Built-In Functions | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-05-01String Built-In Functions | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-29Math Built-In Functions | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-27Introduction To Built-In Functions | PHP for beginners | Learn PHP | PHP Programming | Learn PHP
2020-04-25Exercises Functions | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-24How to require documents | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-22How to include documents | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-20Constants | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-19Global & Local Scope | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-17Functions With Return Value | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-15Functions With Arguments/Parameters | PHP for beginners | Learn PHP | PHP Programming | Learn PHP
2020-04-13Creating Our First Function | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-12Introduction To Functions | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-10Exercises Control Structures | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-08Foreach Loop | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-06For Loop | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-05Do While Loop | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020
2020-04-03While Loop | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020