Posts Tagged ‘arrays’

Php Tutorial – 8 – Associative Arrays

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.

PHP Basics: Multi-dimentional Arrays

Expanding on arrays, but, well…multi-dimentional! Basically meaning you can add an array inside an array.

PHP Basics: Arrays

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

In this php tutorial, I show you how basic arrays work.

PHP Tutorial Alterenating table row colors!

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.. ;-)