Posts Tagged ‘array’
Learning PHP Programming Lesson 11: Array adding infront and at the end
umicom asked:
This example shows you how to add to the beginning of the array and at the end
Create a video blog…instantly.
PHP Basics: Arrays
Arrays allow you to store a number of data values inside one variables, which makes it easier to read, quicker to ign and easier to access each element!
Duration : 0:8:45
PHP Basics: Multi-dimentional Arrays
Expanding on arrays, but, well…multi-dimentional! Basically meaning you can add an array inside an array.
Duration : 0:6:33
