how do i keep track of the total visits?
Use a script like this (http://x-istence.com/forums/index.php?showtopic=292) and place the include in anycontent.php.
what do you mean by place the include?
which is the include?
and anycontent.php...where should i put it?
in the galllery's folder...
or the gallery's sub folder?
Save that number of visits code to a file called counter.php and then put this code into anycontent.php.
<?PHP
include("counter.php");
?>
by include, i think he means add this code to your anycontent.php
i got these errors when i tried :
http://www.reallybites.net/gallery/visits.php
http://www.reallybites.net/gallery/counter.php
take a look into the faq - see the topic "common php errors"...
The files you introduced have syntax errors, nothing we could do about it :?
GauGau
no other ways to keep track of the total visit?