I have a users online php file that I call (INCLUDE) from my main php menu but would also like to be able to track the people who go on my PHPBB forum, or links or product reviews database that run on .TPL (html) files.
The PHPbb forum executes from a .htm file. And my review/links database program runs each from a seperate index.php
From for main layout of the website I can use
<?
include("http://www.camarosource.ca/useronline.php");
?>
since it's a HTM file renamed to php. But how can I do this for my other programs?