CoasterPunk
5-30-04, 04:43 AM
Ok in this file "/includes/languages/english/index.php"
I want to be able to use php in this line
define('TEXT_MAIN', ' This is a default setup of the osCommerce project, products shown are for demonstrational purposes, <b>any products purchased will not be delivered nor will the customer be billed</b>. Any information seen on these products is to be treated as fictional......'</b></font>.');
I have tested it out and it don't work. Is there a way I can make it display php scripts? I am trying to put this php code in that line.
<? include("http://www.rollercoasterpunk.com/test.html"); ?>
I am trying to come up with an easyer way to edit the text on my main page so I don't have to go into "/includes/languages/english/index.php" and find the line with the text I want to edit by having the text in a sepret file
I want to be able to use php in this line
define('TEXT_MAIN', ' This is a default setup of the osCommerce project, products shown are for demonstrational purposes, <b>any products purchased will not be delivered nor will the customer be billed</b>. Any information seen on these products is to be treated as fictional......'</b></font>.');
I have tested it out and it don't work. Is there a way I can make it display php scripts? I am trying to put this php code in that line.
<? include("http://www.rollercoasterpunk.com/test.html"); ?>
I am trying to come up with an easyer way to edit the text on my main page so I don't have to go into "/includes/languages/english/index.php" and find the line with the text I want to edit by having the text in a sepret file