Welcome Guest, Not a member yet? Register   Sign In
how can store windows coordinate
#1

[eluser]Unknown[/eluser]
hi..guys
how can i store windows coordinate using mouseout event in mysql using ajax library???
can anyone help?
#2

[eluser]jegbagus[/eluser]
mouseout event in mysql? you are talking about javascript event?
#3

[eluser]Unknown[/eluser]
eg. I have four div tag click on any div tag result coordinate store in mysql with div element number
(Using code codeigniter's ajax library)
#4

[eluser]jeffpeck[/eluser]
This may be a late reply, but you would use Javascript and Ajax (client side) to send those coordinates along with a unique identifier of that user's session (you could use the sessions class and check the session id). When the server receives that it records in the MySQL database. What you do with it after that is up to you...




Theme © iAndrew 2016 - Forum software by © MyBB