d3chapma Posted November 17, 2006 Share Posted November 17, 2006 I have a php page where users on mobile phones can fill out a survey. I'm looking for a way that I can get information from the header that will allow me to basically authenticate users so that I know that they are an a mobile phone. The key is that I only want the surveys of users who are using mobile phones to access the page all other submissions will simply be discarded.Any thoughts on this? Link to comment https://forums.phpfreaks.com/topic/27625-how-can-i-identify-individual-users-that-are-using-mobile-phones/ Share on other sites More sharing options...
fert Posted November 17, 2006 Share Posted November 17, 2006 $_SERVER[HTTP_USER_AGENT] Link to comment https://forums.phpfreaks.com/topic/27625-how-can-i-identify-individual-users-that-are-using-mobile-phones/#findComment-126354 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.