Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

include function


Carminator

Recommended Posts

Posted

Hello

I want to display in a new right_box some code write from another script in a txt file and I want to include this txt file in the box, how to procede, I have already trie with

 

$info_box_contents = array();

$info_box_contents[] = array('text' => include 'weather.txt');

 

it show the content but not in the box, it diplay betwen the head of the box and the box area but not in the box area.

 

any help/suggestion? :'(

Posted
Hello

I want to display in a new right_box some code write from another script in a txt file and I want to include this txt file in the box, how to procede, I have already trie with

 

$info_box_contents = array();

$info_box_contents[] = array('text' => include 'weather.txt');

 

it show the content but not in the box, it diplay betwen the head of the box and the box area but not in the box area.

 

any help/suggestion? :'(

http://www.oscommerce.info/kb/osCommerce/Catalog_Area/Boxes

Archived

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

×
×
  • Create New...