Topic: [function.include]
Warning: include(path/CuteNews/show_news.php) [function.include]: failed to open stream: No such file or directory in
Ciao!
I follow the instruction but I get this error message!
I include the php code in my index.php page that is in the root, the code is in a div where I want it to appear in the home page (index.php)
<div id="news">
<?PHP
$number = "2";
include ("path/CuteNews/show_news.php");
?>
</div>
can you help me?