Hi again. I fixed my previous problem a matter of hours ago just by pure luck! Since then I have ran into another problem and was seeking some help. My code is as follows:
==========
<?php
$title = 'title';
$description = 'description';
$keywords = 'keywords';
$main = "<h1 align=\"center\">Welcome</h1>
include (\"news/news.txt\")";
include ("inc_files/template.inc");
?>
The first include statement is in the variable $main and it doesnt do as it is supposed to! Any ideas on how to fix it?
The second include loads in fine though!
Any help is appreciated! 🙂
--==Tusk==--