I have a web page, that i want to detect if the user redirect from any site in the web or from an iphone/android application.
How can i do this in PHP
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should explain what you want clearly. Basically, to do something like this you need to check the
$_SERVER['HTTP_USER_AGENT']attribute of the HTTP header that you are receiving and filter onAndroidoriPhonekeywords.