Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Build a Simple PHP Application Integrating with PayPal Array Keys

The array below contains a list of books. Each element in the array has the book’s title as its value and the ISBN as it

Super duper confused!

Hi Bryce,

What code have you tried? Let's have a peek.

Jeff

3 Answers

Arrays can come in the form of Key=>Value pairs, so i think the answer is key.

It looks like :

Key | Value (ISBN => Name_of_book)

where ISBN is the key in the array and Name_of_book is the value.

I hope it helps.

Hello,

Bryce please try not to post two identical posts as multiple people will answer your question and get confused with the other post. I answered this question here as well: https://teamtreehouse.com/forum/the-array-below-contains-a-list-of-books-each-element-in-the-array-has-the-book-s-title-as-its-value-and-the-isbn-as-it.

Cheers!

Hello,

Shawn I did not mean to.