Hashes - TechRepublic
General discussion
March 1, 2001 at 06:34 PM
troylh

Hashes

by troylh . Updated 25 years ago

What sets the order that the keys go into a hashes example: Read from a HTML form:

name=”name”
name=”email”
name=”age”
name=”favorite_color”

then when I get them from a hashes they come out in this order:

email, name, age, favorite_color

WHY email first? Want the name first, the email etc.

This discussion is locked

All Comments