Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help: With PHP Include in Language File


hecticben

Recommended Posts

Posted

Hey guys,

 

I've installed cutenews.. and the way you include the news into a page is with this code:

 

<?PHP
$number = "3";
include("news/show_news.php");
?>

 

But, when I put that in the index.php language file.. nothing shows up.. I think it's because it won't recognise PHP in the main text area.. here's what I did:

 

define('TEXT_MAIN', '
<?PHP
$number = "3";
include("news/show_news.php");
?>

');

 

It's the final part to launching my website.. can anyone help??

 

Thanks so much!

 

Ben

Archived

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

×
×
  • Create New...