I have a page where each logged in user is shown as a <div> at a custom position, is it possible to show where the user’s <div> is for other people.
I was hoping I could do this in (near) real time.
Just a nod in the right direction again would be fine.
Cheers
edit: is there a way to do this without MySQL?
Additionally check out projects like http://www.ape-project.org/ which are ajax push engines. Cometd type implementations may be more what you need if you want to go that direction.