search

Home  >  Q&A  >  body text

php.How to achieve real-time positioning

Our company uses Tongda 2015 version of OA. Tongda OA is written in PHP, and we have to submit work logs every day (use workflow to submit the work log form). Now the boss wants to know the specific location information of these people when writing logs every day. How can this be achieved? ? ?

RoyRoy2270 days ago1336

reply all(1)I'll reply

  • Summer

    Summer2018-10-29 10:14:28

    You can submit it with its IP when submitting it, and then the server performs address query on the IP after receiving the IP; Taobao's IP address query interface: $url='http://ip.taobao.com/service/getIpInfo .php?ip='.$ip;

    reply
    0
  • Cancelreply