php.How to achieve real-time positioning
Roy
Roy 2018-10-27 14:40:51
0
1
1311

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? ? ?

Roy
Roy

reply all(1)
Summer

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;

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template