I need to get the current site visitors number using Javascript or PHP.

I need it using the best way between php and Javascript.

Thank You

link|improve this question

70% accept rate
1  
Honestly, have you tried searching at all? Can you give some more specifics? – polarblau Jan 10 '11 at 18:14
i need to get the current site visitors count using the best way between javascript and php – M.B.Asfoor Jan 10 '11 at 18:28
Google Analytics is your friend! (google.com/analytics) – Aston Jan 10 '11 at 20:24
feedback

2 Answers

up vote 4 down vote accepted

The following link is a blog post regarding a widget that will allow you to use PHP, MySQL and JavaScript/jQuery. It might be able to point you in the right direction for what you need, and features a tutorial on implementing it.

Who Is Online Widget

Hope this helps you out.

link|improve this answer
it's really a helpful page thank you – M.B.Asfoor Jan 10 '11 at 18:24
Hope it gave you something that you could use. – Rion Williams Jan 10 '11 at 18:25
feedback

Here is another great tutorial that might help you out:

http://inobscuro.com/tutorials/simple-php-unique-visitors-counter-30/

Good will coding...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.