primetubervideos.blogspot.com Associative Arrays take into account the concept of keys and values where each key points to a value or a set of values.It is very useful while creating linked lists and also widely used when you are defining properties of anything.
Posts Tagged ‘arrays’
PHP Basics: Multi-dimentional Arrays
October 29th, 2010
phpmoz Expanding on arrays, but, well…multi-dimentional! Basically meaning you can add an array inside an array.
PHP Basics: Arrays
March 30th, 2010
phpmoz Arrays allow you to store a number of data values inside one variables, which makes it easier to read, quicker to assign and easier to access each element!
PHP Tutorial: Arrays
February 23rd, 2010
phpmoz In this php tutorial, I show you how basic arrays work.
PHP Tutorial Alterenating table row colors!
February 9th, 2010
phpmoz This is my first video tutorial(know I made a couple mistakes), so hope you find it helpful.. It’s a tutorial on alternating table row colors with PHP, also use of if/else statements, for loop, and array.. If you would like to see more tutorials just let me know..

Posted in
Tags:

