CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    9

    Question Connect Web page and Mobile

    Hi.

    When a user visits some xyz page from his/her mobile phone, the phone has to send some information to the xyz page (just like an IP address is sent from a computer). Do you know of any language or anything I can use to request such information? Information such as phone number, or the IMEI ID?

    I do most work in PHP, but I doubt PHP is capable of requesting such data.

    Thanks in advance.

  2. #2
    Join Date
    Jan 2007
    Posts
    70

    Re: Connect Web page and Mobile

    Quote Originally Posted by hobnobLover
    Information such as phone number, or the IMEI ID?
    If a webbrowser sends such information to a webserver, I will consider it seriously broken (as in privacy risk), unless this was specifically allowed by the user.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured