Arrays in PHP

An example program that creates and prints an array (output ).
An example program that creates and sorts and prints a single array.(output )
An example program that sorts arrays , and times how long that takes.(output)
Keeping an array around between form executions source (run it here)

Arrays can be indexed by integers ...

Arrays can be indexed with strings

Sorting arrays