Im trying to send _ymouse and _xmouse vars to mysql table users_float
and update where the users id is

so if user mancent mouse x_pos = _xmouse it sends the data onMouseMove function.

what would be the fastest way to do this?
I have the idea working already but its not working smothly. its very choppy..


Would any one be willing to help write a small MMORPG simple mouse movement insert to datadase as a update where user id system for any one to have?