xzodiac Posted October 20, 2010 Posted October 20, 2010 How can I add a php "includes" that uses a external link within a page? example <?php include("http://xxxxxx.com/document.php"); ?> I want to use it not on the text area of a product but on a static page such as a privacy notice page that was converted example: <?php /* $Id: privacy.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Privacy Notice'); define('HEADING_TITLE', 'Privacy Notice'); define('TEXT_INFORMATION', ' <?php include("http://www.xxxxxx.com/document.php"); ?> '); ?> Thanks for any help
multimixer Posted October 20, 2010 Posted October 20, 2010 You can read more about include, here and here but maybe you are also interested in readfile for your needs My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.