I need to know how I can refresh a div in real time for all users at the same time?
I have searched and searched for days and still haven't found a solid answer to this other than AJAX but when I try to find an example (even a simple example would do) so I can understand it, all i found was using AJAX to refresh a Div for one user (client side)!
is this a top coding secret that is kept from newbies like me or noone really knows the answer?
I even found the same question was asked on stackoverflow but again all the answers were "AJAX". okay lets say we are going to use ajax, but all the examples, tutorials are about refreshing a div for one user Not all the users!
Could someone point me in a right direction please? any examples, tutorials would be appreciated.
EDIT:
One example of what i mean is the timers on penny auctions! the timers and the highest bidder will be shown at the same time to all the users! there is no delay and even if there is its only a few milli seconds.