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 trialStan Byford
9,387 PointsSorting 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> > ";
}
echo $pageTitle; ?></h1>
1 Answer
KRIS NIKOLAISEN
54,971 PointsIt 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.