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 Integrating PHP with Databases Using Relational Tables Querying Multiple Tables with JOIN

Andrew Dickens
Andrew Dickens
18,352 Points

typo

I'm very surprised Alena is getting any results when she calls (04:02)

var_dump(singl_item_array(1));

2 Answers

Jay Padzensky
Jay Padzensky
4,731 Points

Hey Andrew,

Thanks for the heads up! We've reported this to our teaching team for a fix. We appreciate it! If you have any additional feedback or goofs, emailing Support at help@teamtreehouse.com with the details is a surefire way to report. Thank you again.

Running this program with

var_dump(single_item_array(1));

my result is different from Alenas demonstration.

the output on the screen only states "Unable to retieved results"

Not sure if I am following this video clearly

I have the same issue. Unable to retrieve results.