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?  https://cutephp.com/forum/style_emoticons/default/blink.gif

2 (edited by 2013-05-21 17:17:56)

Re: [function.include]

include ("/home/your_login_ftp/domains/your_domain/public_html/CuteNews/show_news.php");

As you enter your data should be ok https://cutephp.com/forum/style_emoticons/default/smile.gif

your_login_ftp
your_domain - example: mywebsite.com

or:

include ("./CuteNews/show_news.php");


Re: [function.include]

you are the best!!!! https://cutephp.com/forum/style_emoticons/default/clapping.gif