Quote:
Originally posted by Gutspiller
I've tried to include the file that has the code in it, but it does work. It sounds like your saying that should work. Did I do it wrong? I just used the normal include statement:
PHP Code:
<? include("blah.php"); ?>
What am I doing wrong?
|
Just put:
PHP Code:
include('./blah.php');
Having the <?php and ?> tags in there is messing it up. This does work as vBstats uses this method.