|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
How to get user info
Hey,
I own a wapsite (as you may have guessed) and I want to have a page where I display device info to the user. I know how to get the gateway IP and browser, but does anyone know how to get the sim card's unique ID (i.e. MMS-00000000_vcs-fmagdisp000.london.02.net) and the user's unique IP? Thanks |
|
#2
|
|||
|
|||
|
The ip u can get with this php file:
PHP Code:
so long Sevenger |
|
#3
|
|||
|
|||
|
Try using this, this is the closest I have got to getting user ID:
$subno = getenv('HTTP_X_UP_SUBNO'); // most operators send something. echo"$subno"; // print it etc ![]() Shame we cant get a telephone number though. Goodluck |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > How to get user info |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|