Posted by Johnny BeGood on 04/28/07 08:35
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_AGENT"];
?>
The info from your mobile is <?php echo($user_agent ); ?>
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
[Back to original message]
|