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 8725113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:58:02+00:00 2026-06-13T07:58:02+00:00

Lets say I have random $variable and three arrays: $array1 = (one, two, three);

  • 0

Lets say I have random $variable and three arrays:

$array1 = ("one", "two", "three");
$array2 = ("four", "five", "six");
$array3 = ("seven", "eight", "nine");

How to do this:

if $variable is in $array1
echo "in array one";
elseif $variable is $array2
echo "in array two";
elseif $variable is in $array3
echo "in array three";
else
echo "variable isnt in any of arrays";

I hope you got the point, I would really appreciate any help, I thinking about forearching items in array one by one and then preg_matching them.. But i cant figure out how to do it with more than one array 🙂

  • 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-06-13T07:58:04+00:00Added an answer on June 13, 2026 at 7:58 am

    you need to use in_array, see manual here

      if (in_array($variable, $array1))
       echo "in array one";
      else if (in_array($variable, $array2))
        echo "in array two";
      else if (in_array($variable, $array3))
        echo "in array three";
      else
        echo "variable isnt in any of arrays";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say I have an array of bad words: $badwords = array(one, two, three);
Lets say I have five tables named table1, table2 ... table5. I have already
Lets say i have at least two lua script files. test1.lua test2.lua both define
Lets say I have some random .cs file containing a class with some properties
I have a random question about const correctness. Lets say i have a class
Lets say I have a large amount of (random) text. Within this text there
Okay, so let's say I have a mysql database table with two columns, one
So, let's say we have a random variable X over {0,1}^1. That means that
Lets say I have an XML format similar to the following: <Random> <...Some arbitrary
Afternoon, Lets say I have gather a random selection of users: User.find(:all, :limit =>

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.