Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What Is Wrong Here


joejarrell

Recommended Posts

Posted

What is the problem with this page? This is my catalog/admin/categories.php page. It's the onyl one with this error:

 

Parse error: syntax error, unexpected $end in /home/dne/public_html/catalog/admin/categories.php on line 1163

Posted
What is the problem with this page? This is my catalog/admin/categories.php page. It's the onyl one with this error:

 

Parse error: syntax error, unexpected $end in /home/dne/public_html/catalog/admin/categories.php on line 1163

 

Generally it is an unclosed brace like ..

 

<?php
if ( $something ){
// Do this
} else
 // Do that
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...