Second video from “Basic PHP Continued” series from Stefan Mischook (killerphp.com). In this video author gives more detailed description of PHP arrays and shows us how to declare and use associative arrays.
PHP arrays come in two basic types:
- The indexed array.
- The associative array.
Arrays are a key component in every programming language because they make handling groups/bunchs of information much easier. PHP is no acception and makes heavy use of arrays - you need to learn arrays!

Recent Videos RSS

Add to Favorites


1 Response(s) to this entry
Subscribe to comments with RSS.