You are on page 1of 1

$list = array ("Jack", "John", "Darryl", "Ron"); // indexed

$list = array (
"Jack" => "Ronson",
"John" => "Benedict",
"Darryl => "Clinton",
"Ron" => "smith" );

You might also like