Topic: Can't get cutenews to my website.
Hello,
I never had this problem before and I do not understand why my news doesn't show up.
I've added this into my HTML
<?php
$number = 10;
include("/home/****/public_html/cutenews/show_news.php");
?>
I did even try this, worked before too.
<?php
$number = 10;
include("cutenews/show_news.php");
?>
But nothing does appear when I check my website.
anybody know how to fix this?
it worked before...
hopefully someone can help