Forum Moderators: DixonJones
Steven Wettone says ...
"To get started, you need to include the inc.stats.php file in your site's PHP code for each page where you would like stats to be counted."
My site has all .htm files. No .php files. The landing page is index.htm so where do I put the code?
I understand the code is one of the following:
@include_once( $_SERVER["DOCUMENT_ROOT"]."/slimstat/inc.stats.php" );
@include_once( "/home/astutech/public_html/slimstat/inc.stats.php" );
Please tell me where it should go?
Thank you.