This counter is working good. However I want to change the font color. Any one have any tips?
Can I add it within the <script> tags??
PHP Text Counter
Re: PHP Text Counter
If you are referring to php text hit counter
In the page that should display the number of hits, you would include code like this in the <body> of your page to change color you could change it to
Greetings,
Henrie
In the page that should display the number of hits, you would include code like this in the <body> of your page
Code: Select all
<script type="text/javascript" src=counter.php?page=test"></script>
Code: Select all
<span style="color:red;"><script type="text/javascript" src=counter.php?page=test"></script></span>
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.