Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6683543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:50:01+00:00 2026-05-26T04:50:01+00:00

I want to know when a Windows Phone is on page so having it’s

  • 0

I want to know when a Windows Phone is on page so having it’s user agent that is

   Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0;)

I use this code, without luck. What am I missing here?

if (strpos($_SERVER['HTTP_USER_AGENT'], Windows Phone) == false) {
 echo"mango";
 } 

I also tried Phone, IEMobile but nothing.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:50:02+00:00Added an answer on May 26, 2026 at 4:50 am

    Looks like you’re missing some quotes around your search string. Also, you appear to be checking for the wrong condition. strpos() returns false if it can’t find the string. You want to check for non-false results

    // using stripos for case-insensitive search
    if (stripos($_SERVER['HTTP_USER_AGENT'], 'windows phone') !== false) {
        echo 'mango';
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using windows 2000 server. I want to know top 5 processes that
I am new to Windows Phone 7 Development. I want to know, can I
I'm writing a windows phone app, and I want to know how to alert
In my Windows Phone application( silverlight application ), I want the user to automatically
I am completely new in windows phone app development. I want to know what
I really want to know what the XAP file on Windows Phone 7 is;
I want to know which FamilyName was used by Windows to create a font
I want to know the application startup path for C# 2.0 windows form application.
I want to know if there is an equivalent cron in Windows and how
I want to know how to get the cursor position on Windows in c++,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.