spicykimchi
spicykimchi

Reputation: 1151

PHP getting cell id/tower of a mobile

How can we get the information of the mobile using PHP information like cell id,cell tower and access points.Does the mobile sends headers or data to the web server when he request a page?How could we get those information if they are sending data every time they request a page?Do you have Any web(server/client) scripting language to suggest in order get those data.

Upvotes: 0

Views: 969

Answers (1)

JohnP
JohnP

Reputation: 50019

Unless the browser specifically sends the information, there is no way you can get at it. You'd need a mobile app to post that data to you (maybe as headers)

Upvotes: 2

Related Questions