Quote:
Originally posted by va2k
YES Mike Can this even be done?
|
yes. the script would need to have an extension that the webserver will parse (i.e. index.php) and the file you call can be called anything.
use <?php require_once("./counter.php"); ?> inside of that then. counter.php will be the code for the counter itself.