How Variables Work in PHP, Variables Explained in PHP, Codecademy's Learn PHP, Strings and Variables

Channel:
Subscribers:
7,740
Published on ● Video Link: https://www.youtube.com/watch?v=qcrlIkcjnzE



Duration: 1:32
88 views
1


In this PHP programming lesson we look at How Variables Work in PHP, the video is Variables Explained in PHP, based on Codecademy's Learn PHP course, the PHP Strings and Variables section. In it we learn about one of the most important programming fundamentals you will learn about, Variables. A variable in programming is a way for us to store a value. We are able to store a value in a variable, and we give our variable a name that allows us to access the value within. When we declare a variable in PHP (and in programming in general) we are reserving a word (variable name) and we are able to refer to it later in our code to access some value we assign to it. It is best practice to always name a variable in a way that describe the data which it holds. Assignment is a proccess in which we associate a variable name with the value that it holds. Anytime we use the variable name in our code, the computer will grab the value associated with that variable name. Pracice creating variables in PHP and make sure to understand how variables work before moving on and thanks for watching.




Other Videos By We Will Code


2022-04-14Using Number Variables Explained in PHP, Codecademy's Learn PHP, Creating Number Variables using PHP
2022-04-14Addition and Subtraction in PHP, Adding in PHP, Subtracting in PHP, Learn PHP Numbers, Codecademy
2022-04-14PHP Numbers Explained, Types of Numbers, Learn PHP, Codecademy Integer and Floating Point Data Type
2022-04-14Learn About PHP Strings and Variables, Codecademy Learn PHP Review, Strings and Variables Explained
2022-04-13How to Use Assign by Reference, PHP Assign by Reference Explained, Codecademy PHP Variable Alias
2022-04-12The Concatenating Assignment Operator, Codecademy's Learn PHP, Concat Assignment Operator in PHP
2022-04-12PHP Variable Reassignment Explained, How to Reassign a Variable in PHP, Codecademy's Learn PHP Guide
2022-04-11Learn Variable Parsing in PHP, How to Parse Variables in a String with PHP, Codecademy Learn PHP
2022-04-11Using Variables in PHP, How to Use a Variable in PHP, Output Variables in PHP, Codecademy Learn PHP
2022-04-10Creating Variables with PHP, Learning to Write PHP Variables, Understand Variables in PHP Codecademy
2022-04-10How Variables Work in PHP, Variables Explained in PHP, Codecademy's Learn PHP, Strings and Variables
2022-04-09How to Combine Strings in PHP, String Concatenation PHP, Learn to Concatenate Strings, Codecademy
2022-04-08Escape Sequences in PHP, How to Use PHP Escape Sequences, Escape Sequences Explained on Codecademy
2022-04-08What are Strings in PHP, How to Create PHP String, The String Data Type Explained, PHP on Codecademy
2022-04-08Review for Introduction to PHP on Codecademy's Learn PHP Course, Review Beginner PHP Concepts
2022-04-08Todo App, Create, Read, Update, Delete, What is CRUD in PHP, How CRUD Works in PHP, Codecademy PHP
2022-04-08How PHP Comments Work, Comment in PHP, Multi-Line PHP Comment, Single Line PHP Comment, Codecademy
2022-04-08How is PHP Executed, Writing a PHP Script File, Codecademy's Learn PHP, General Purpose Programming
2022-04-07How is PHP Used in HTML, Learn PHP, Codecademy, Build Dynamic Web Pages in PHP, The PHP Interpreter
2022-04-07The History of PHP, Learn PHP History, PHP History Explained for Beginners, Codecademy Learn PHP
2022-04-07Why Learn PHP, Introduction to PHP Programming Language, Codecademy Free Full PHP Programming Course



Tags:
Code
Coding
PHP
Programming
Server-side
Tutorials
back-end