Hi, everyone,
please help me to figure this one out.
My index.php frameset consists of top.php frame with all navigation buttons and the main.php frame.
I wrote a php script for counting hits on my site.
When I place this script into main.php frame it calculates not only initial visits to the site but also all subsequent reloads of the main frame when users browse the site through navigation located in the steady top frame. This is obvious fact.
I probably need to place the script in the top frame, which loads only once, but then how I display the value of the counter variable in the main frame for users to see?
Your time and help are greatly appreciated.
Eugene.