
I'm wondering if it would be possible for me to make a script to let users display their hits on their website. I would be using the simple counter from the myred script.
I dont expect many users to be running PHP so maybe javascript is a better bet?? Obviously the count statistics are in the MySQL database which would make it hard to access in pure javascript.
Users would insert a
- Code: Select all
<script type="text/javascript" language="javascript"
src="
Anyonw have any ideas?