PHP Associative Arrays Review, PHP Associative Array Explained, Codecademy Review Associative Arrays

In this PHP programming lesson, we take a look at PHP Associative Arrays Review, PHP Associative Array Explained , Codecademy Review Associative Array. We have been going over Codecademy’s Learn PHP programming course, Associative Arrays section, this is the review. We go over all the different PHP programming concepts we have learned about in the previous lessons. We hear again about how PHP associative arrays are data structures that associate string or integer keys with values. We learn the syntax which allows us to associate a key with its value. We go over how to print associative arrays using the print_r() function. We previously learned how to access our values using square brackets. We also learn how to assign new values and how to update values. Learning how PHP associative arrays work will help you become the best PHP developer. Make sure to understand how PHP associative arrays work before moving on to the next section. Make sure to create examples of associative arrays in php and practice using them to truly master them. Thanks for watching PHP Associative Arrays Review, PHP Associative Array Explained, Codecademy Review Associative Array