Quote:
Originally posted by webhost
top of index.php make look like this
<?php
error_reporting(7);
require('./global.php');
require("./topposters.php");
Try that make sure topposters.php is in your forums root directory
add $topposters in forumhome you will need to build a table for it.
|
If I add the "require" line, the output of topposters.php appears at the top of the index.php instead of the table where I have $topposters