hecticben Posted November 28, 2007 Posted November 28, 2007 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.