php - Redirect mobile users based on country and carrier -


anyone knows easy way preferably php achieve this. want redirect mobile visitors based on country , carrier (like t-mobile or vodafone). in advance

there html5 network information api:

not sure if can carrier information though know carriers offer html5 api's of there own might take advantage of:

also there html5 geolocation api

more examples:

as php solution carrier lookup, there no free solutions can try this:

but work need obtain users phone number which:

  1. html5 thankfully can not
  2. php thankfully can not

the user have manually enter number or develop native app have access device number


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -