Hi All,
Has anyone got any ideas on how to retrieve mobile phone info from a phone
that connects to my web site, I want to use that data as part of logon
authentication, for example:
<?php
$user_agent = $_SERVER["HTTP_USER_AGEN T"];
?>
The info from your mobile is <?php echo($user_agen t ); ?>
will give me info such as
Nokia 6060/2.0(5.11)
Profile/MDP-2.0
Configuration/CLDC-1.1
I would like to retrieve the phone number of the phone and any other id data
thats available.
Any ideas?
Any suggestions are gratefuly recieved!
Mark
Has anyone got any ideas on how to retrieve mobile phone info from a phone
that connects to my web site, I want to use that data as part of logon
authentication, for example:
<?php
$user_agent = $_SERVER["HTTP_USER_AGEN T"];
?>
The info from your mobile is <?php echo($user_agen t ); ?>
will give me info such as
Nokia 6060/2.0(5.11)
Profile/MDP-2.0
Configuration/CLDC-1.1
I would like to retrieve the phone number of the phone and any other id data
thats available.
Any ideas?
Any suggestions are gratefuly recieved!
Mark
Comment