update other database with user info
alphaphoenix |
|
---|---|
Well basicly what I have is the usermap plugin which is already geocoding my user adresess and is storing the lat and lon in its respective table "sed_usermap". I am trying to apply the radius search code to data in the "sed_usermap" table but the radius code is setup to use its own table which it instructed me to create "markers". So I guess the real question is should I be changing the radius search code to query the "sed_usermap" table or can I somehow push the "sed_usermap" data to the "markers" table? I am a little shaky on this type of php stuff.
|