[Help]Form Updates Between Users
I have a large form that I would like multiple users to be able to edit at the same time.
Does anyone have any tips on how I can make one users' edit immediately be reflected in the form of another user in a separate browser?
I was thinking about onBlur actions to update a MySQL database. A second onBlur on each form field to call a separate PHP script which would check that MySQL database for changes.
This would be a LOT of talk between users and the MySQL database. In addition I'd probably have to add a second database check on a timer.
Any tips?
|