People need a php script where I log in and get the user id and where you can change user properties for example:
I have a table in mysql with: USER: TEST, POSICAOX: 10, POSICAOY: 10.
The script takes id and checks and then changes the data to USER: TEST, POSITIONX: 15, POSITION: 19.
and this with ajax technology that updates the position every 5 minutes with the js settimeout.
If you know of a script or a simple example then post it.