Parse error: syntax error, unexpected '{' in /home/ifauzi/public_html/finalproje

<?php include("function.php"); ?> DropShop
DROP SHOP!
<div id="sidebar">

<div id="sidebar_title">Catagories</div>

<ul id="cats">
</div>
<?php getCats();?>
</ul>
<ul id="cats">
<?php getBrands(); ?>

</ul>

<div id="content_area"></div>

<div id="product_box">
<?php getPro();?>

</div>

© 2014 by DropShop.com

How can I fix this error ?? help pleas e

The issue isn’t in the html portion, it’s likely in the functions page. You probably are missing a semicolon.

Sponsor our Newsletter | Privacy Policy | Terms of Service