Skip to content

PHP: my response to a programming challenge asking me to manipulate an array in different ways

Notifications You must be signed in to change notification settings

benspaul/manipulate-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Programming Challenge: Array Manipulation

Here are the instructions I was given:

1.) Use curl to grab this url: http://dl.dropbox.com/u/1844304/data.php
2.) parse this json data into an array. each item has a name and an age.
3.) order the data alphabetically by name and print out each item on its own line. Like this: Larry: 34.
4.) next, print out top 3 oldest peple, in order, same format.

My work can be found in index.php.

About

PHP: my response to a programming challenge asking me to manipulate an array in different ways

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages