Carminator Posted December 12, 2007 Posted December 12, 2007 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? :'(
Guest Posted December 12, 2007 Posted December 12, 2007 HelloI 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
Carminator Posted December 12, 2007 Author Posted December 12, 2007 http://www.oscommerce.info/kb/osCommerce/Catalog_Area/Boxes I know how to create,display,add-link to a new box. I need to know how to show in the box a content of a txt file in the box.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.