flemingmike Posted September 27, 2010 Share Posted September 27, 2010 hello, just curious if anyone has ever used php to pull any kind of info from a blackberry? im trying to pull something unique from a blackberry like a pin number . Quote Link to comment https://forums.phpfreaks.com/topic/214522-wierd-blackberry-question/ Share on other sites More sharing options...
kickstart Posted September 27, 2010 Share Posted September 27, 2010 Hi Php is server side so not going to have access to any hidden info on the Crackberry unless the unit sends it to the server (either as part of the web request or as something returned by a javascript function). All the best Keith Quote Link to comment https://forums.phpfreaks.com/topic/214522-wierd-blackberry-question/#findComment-1116269 Share on other sites More sharing options...
trq Posted September 27, 2010 Share Posted September 27, 2010 Hi Php is server side so not going to have access to any hidden info on the Crackberry unless the unit sends it to the server (either as part of the web request or as something returned by a javascript function). All the best Keith PHP can be used for allot more than server-side web applications though don't foget. Quote Link to comment https://forums.phpfreaks.com/topic/214522-wierd-blackberry-question/#findComment-1116276 Share on other sites More sharing options...
flemingmike Posted September 27, 2010 Author Share Posted September 27, 2010 i actually found a way to do it. $pin=$_SERVER['HTTP_RIM_DEVICE_ID']; my pin isnt showing yet, something to do with an mds setting. Quote Link to comment https://forums.phpfreaks.com/topic/214522-wierd-blackberry-question/#findComment-1116285 Share on other sites More sharing options...
kickstart Posted September 27, 2010 Share Posted September 27, 2010 Hi Interesting. Seems there is a setting to put the info into the HTTP header:- http://www.blackberryforums.com/developer-forum/29383-blackberry-browser-detection.html Seems to depend on using the Blackberry Enterprise Server. All the best Keith Quote Link to comment https://forums.phpfreaks.com/topic/214522-wierd-blackberry-question/#findComment-1116315 Share on other sites More sharing options...
flemingmike Posted September 27, 2010 Author Share Posted September 27, 2010 ya, i followed that document. it works on my 8350, but not on my bold 9000. Quote Link to comment https://forums.phpfreaks.com/topic/214522-wierd-blackberry-question/#findComment-1116316 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.