Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

php includes


xzodiac

Recommended Posts

Posted

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

Archived

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

×
×
  • Create New...