View Single Post
Old 03-01-2012, 02:05 AM   PM User | #1
lahonda_99
New to the CF scene

 
Join Date: Mar 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
lahonda_99 is an unknown quantity at this point
Post [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?
lahonda_99 is offline   Reply With Quote