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 Basic PHP Website (2018) Listing and Sorting Inventory Items Sorting Array Items

Stan Byford
Stan Byford
9,387 Points

Sorting arrays syntax error on catalog.php line 28

I have a syntax error after adding the Full Catalog link and I just can't see it, any help appreciated.

The error :- Parse error: syntax error, unexpected '}', expecting end of file in /home/treehouse/workspace/inc/functions.php on line 28

My Code:

<h1><?php 
if ($section != null) {
  echo "<a href='catalog.php'>Full Catalog</a> &gt; ";
}
echo $pageTitle; ?></h1>

1 Answer

It appears your error is in functions.php at line 28. Can you post a snapshot? Click the camera icon in the upper right corner, then 'Take Snapshot', then post the link created here.