In this PHP programming tutorial, we take a look at, PHP Numbers Explained, Types of Numbers, Learn PHP, Codecademy Integer, and Floating Point Data Type. This lesson is based on Codecademy’s Learn PHP course, section “PHP Numbers”, the lesson is “Numbers”. In this lesson, we are introduced to the Number data type in PHP. We learn that there are 2 types of number data types in PHP. The integer data type in PHP includes negative and positive whole numbers. This does not include numbers with decimals. A number with a decimal is a floating point data type. Floating-point data types are used to represent decimal numbers in PHP. Understanding how Numbers work in PHP is important in your programming journey. Make sure to practice using numbers in PHP. Make sure you understand how numbers work in PHP and the fact that we are able to declare variables and assign them numbers just like we did strings. How to Learn How To Use Numbers in PHP is a daunting task, and if you have ever wondered how you can teach yourself PHP programming Number data types, then this lesson is here to help! Make sure to rewatch the lesson to help clarify the concepts in your mind! Thanks for watching PHP Numbers Explained, Types of Numbers, Learn PHP, Codecademy Integer, and Floating-Point Data Type.