using a variable from a separate file without using import
Posted: Thu Jun 10, 2010 10:25 pm
I have created a file called onlineusers.php that figures out how many users there currently are online. At the end of the script is a variable that captures the final number. I want to be able to use ONLY this variable in a separate file called members.php
How do I go about doing something like this?
How do I go about doing something like this?