Reputation: 13
I have a php script on my site (users_online.php) that shows how many people are connected to my server whenever the script is executed and I would like to display and update this information on my front page using javascript / ajax without refreshing the page is this possible ?
Thanks, Kelly
Upvotes: 1
Views: 100
Reputation: 120318
Yes, its certainly possible. You can use jquery or any of the other myriad of js libraries out there.
The process is
Upvotes: 1