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

  • Home
  • SEARCH
  • 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 935411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:09:09+00:00 2026-05-15T21:09:09+00:00

I have a string and it can contain values like this $string = ‘1,2,3,4,5’;

  • 0

I have a string and it can contain values like this
$string = ‘1,2,3,4,5’;
I wanna put a check that will see if the string contains 4 or 5
if it contains 4 or 5 then I want to echo success
otherwise if it contains 9 or 10 I wanna echo fail

I know there is a n in_array function but not sure how to use it
thanks

  • 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-15T21:09:10+00:00Added an answer on May 15, 2026 at 9:09 pm

    You can test for the number 4 like this:

    if(in_array('4', explode(',', $string))) echo "it's in there";
    

    or just by string searching:

    if(strpos(',4,', ','.$string.',') !== false) echo "it's in there";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have an IEnumerable<string> which can contain values that can be parsed as
I have string like this: G:\Projects\TestApp\TestWeb\Files\Upload\file.jpg How can I remove all text before Files
I have: String uri = @drawable/myresource.png; How can I load that in ImageView? this.setImageDrawable?
I have a column that contains address line 2 type values. this column can
I have an HTML Table that looks like this: The user can update any
I have to store a string (non-numeric, can contain any UTF8 Chars) in a
I have a variable that can either contain a list of strings or a
I have a Version class that contains a version_number string, and can obtain a
I have variable WCHAR sDisplayName[1024]; How can I check if sDisplayName contains the string
I have a string that can be either MyName (ctid 5555) or OtherName (id

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.