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
Yes, its certainly possible. You can use jquery or any of the other myriad of js libraries out there.
The process is