In this PHP programming walkthrough, we take a look at, PHP Variable Reassignment Explained, which explains How to Reassign a Variable in PHP, which is based on Codecademy’s Learn PHP Course. In this lesson, we learn that we are able to give a new value to variables we have already assigned values to. With variable reassignment, we are able to change the values of variables we have already assigned a value to. We learn that we are also able to assign a variable to another variable. Learning the different ways we can reassign variables is the primary purpose of this lesson and learning how to reassign variables in PHP is a fundamental concept to understand in the PHP programming language. Make sure to practice reassigning variables to new values in PHP to get some practice in. This will help you in learning how to master PHP variable reassignment. In order to reassign variable’s value requires a bit of practice and if you can practice it a few times, it will become easier to put into practice as you begin to develop your own applications. Make sure to practice variable reassignment before moving on to the next lesson, and thanks for watching, PHP Variable Reassignment Explained, How to Reassign a Variable in PHP, Codecademy’s Learn PHP Guide.