|
It should work, I do the same on my one site.
just put the relative (NOT absolute) path to it
So if your indes is located in the root, and the cnt.php is located in the subfolder root/cnstats
then it should look like this:
<?
include "cnstats/cnt.php";
?>
|