The PHPbb forum executes from a .php file but is not just an htm file renamed to php rather it's an actual php script that executes the forum. And my review/links database program runs each from a seperate index.php and they too are scripts and not htm
From for main layout of the website I can use
Code: Select all
<?
include("http://www.camarosource.ca/useronline.php");
?>