Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

conten ts to box.


Guest

Recommended Posts

Hi i added a new left box using the below code all works ok when i click on it it goes to the page etc

 

how do i including the oscom stuff into a new file? ie top left right and bottom?

i tryed the below

 

 

<?php
include("/includes/header.php");
?> 
<?php
include("/includes/column_left.php");
?> 

tesdsaf

<?php
include("/includes/header.php");
<?php
include("/includes/footer.php");
?>

 

 

but get error

 

Parse error: syntax error, unexpected '<' in /home/socom/domains/socomtactical.net/public_html/guides.php on line 13

 

Thanks

Laurence

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...