Alimon Karim
Alimon Karim

Reputation: 4469

How to get mobile MNC and MCC code using php?

Is it possible to get mobile MCC (Mobile country code) and MNC (Mobile Network code) using php ?

Here it is possible by java that I have seen how do you get the phone's MCC and MNC in Android?

If any user access my website using mobile I need to read MNC and MCC code.

I am able to read mobile MSISDN , but In header request I am not seeing any MCC or MNC code.

How it is possible in php ? or is it possible in php ?

Upvotes: 0

Views: 939

Answers (1)

Joni
Joni

Reputation: 111349

You can look up the IMSI, MCC, and MNC for an MSISDN in an HLR. If you don't work for a phone company you have to use a 3rd party API. You'll find them by searching on the internet. For example hlr-lookups.com

Upvotes: 1

Related Questions