Statistic's Code
Is there a javascript code for statistics like
Online :
Hits :
Browser :
All in one.
Printable View
Statistic's Code
Is there a javascript code for statistics like
Online :
Hits :
Browser :
All in one.
thats all php mate. Try somthin like www.google.com i think they have a tutorial for it
The browser details can be done in javascript
You can find Browser in Javascript like so:
HTML Code:<script type="text/javascript">
document.write("<p>Browser's user agent header: ")
document.write(navigator.userAgent + "</p>")
</script>
Young splintercell has it covered
;)