Hi
I'm trying to add the best sellers as a PHP include onto another website. The code I use to include it is:
This returns the error:<?php require("shop/includes/modules/sideboxes/best_sellers.php"); ?>
Any ideas how it can be done (and if it can be done)?Fatal error: Call to a member function on a non-object in /home/northwic/public_html/shop/includes/modules/sideboxes/best_sellers.php on line 59
Thanks
Simon




