Web Design & Graphics (Free) - TOP.ORG

Web Design Awards

We have won several awards
for our work including:

  • no limit media award
  • best site award
  • world wide web awards
  • coolest designs award

Find out more about our web design awards...

Contact Us

You can contact us via email at:

info 'at' pixeldesignstudio.co.uk (replace 'at' with '@')

Or via telephone on

0845 630 1252

Or good old fashion post:

Pixel Design Studio
PO BOX 4672
Worthing
West Sussex
BN11 9GF

Web Design Glossary...

 

Array

In programming, an array is an indexed collection of data values. For instance in PHP, and array is a container for a number of variables which all have the same name, but each has a different index. Each member of the array is called an element. You can create arrays in the same way you create variables, as long as you remember to put square brackets around them to denote the index. By default, arrays are zero-based, that is, the first element of the array has an index of zero.

Return to the Web Design Glossary