Hello. I installed the aspstat script for seeing statistics on my site. I had to put a little code on each page that I wanted the script to moniter. All the pages I had put it on were htm,html and asp. The script is:
<div id="Layer1" style="VISIBILITY: hidden; ">
<script type = "text/javascript" language = "JavaScript" src =
"http://www.gat101.co.il/myasg/stats_js.asp"> </script> </div>
Now I have put a php rating system on my site and of course, the index file is .php
I know that the script itself has it's own statistics, but I would like my origianal statistic script to monitor it as well.
The problem is, I tried putting the above script on the php page, but that didn't work. How do I write the above script into php, so I can put it into a php file? (between the <? and ?> (or maybe before or after??)
Also, the "VISIBILITY: hidden" is VERY important because without that, an image will appear on each page, which I don't want.
Thank you
Zvi