Code: Select all
<?php
//HEADER
$cheader = "title.....";
$cheader2 = "undertitle....";
//CONTENT
$cmain = '
'.include('news/news.txt').'
';
?>Code: Select all
Warning: main(news/news.txt ): failed to open stream: No such file or directory in C:\xampp\htdocs\test_ny\start.php on line 12
Warning: main(): Failed opening 'nphp/news.txt ' for inclusion (include_path='.;C:\xampp\php\pear'') in C:\xampp\htdocs\test_ny\start.php on line 12