Quote:
Originally Posted by Kakarot
How would you get a straight HTML, non-vbulletin related page to show up on "Who's Online" on another forum (on the same server of course).
I'm assuming you must reference it to a PHP snippet of code that records Who's Online, but how would I go about doing it?
|
Just type in <?php require_once('global.php'); ?> at the top of the file (global.php being the one in forum so change accordingly.)