Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I am building a site where one set of users load data into a database, while another set of users view and update this same data. Is there a way to automatically update the content for the users viewing/updating the data every time a row is added to the database without those same users performing any action?
you cant make the server "tell" the client to reload.. you can make the client to reload after some time (javascript) . or make the client check any changes in te DB.