
Stan Byford
9,383 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
Pro Student 51,836 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.