I have my files in templates/new_bl_09_c/counter2
the template that i include the <?php include ("counter2/counter.php"); ?> in is index.php and that file is in templates/new_bl_09_c.
When i put the codes in that file it shows
on Jan-01-1970, 1:00 AM
on Jan-01-1970, 1:00 AM
on Jan-01-1970
on January 1970
90.230.159.47
If i make a file called countertest.php and put it in templates/new_bl_09_c/ and i put the <?php include ("counter2/counter.php"); ?> in the top of that file and then put the codes in it it showes everything....
(If I include the countertest.php into my index.php (my template index) it shows the same as the first example...)
?