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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:07:38+00:00 2026-05-29T06:07:38+00:00

I am currently checking by doing this, if($user[‘medicineStudy’] == 1 || $user[‘thievingStudy’] == 1

  • 0

I am currently checking by doing this,

if($user['medicineStudy'] == 1 || $user['thievingStudy'] == 1 || $user['miningStudy'] == 1 || $user['barterStudy'] == 1 || $user['craftingStudy'] == 1 || $user['smithingStudy'] == 1)

But as I add values I have to manually type them in, is there not a way to search all the values and find out if they equal to 1? The array has lots of other information in it but the values I want to check always end in Study?

  • 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-29T06:07:39+00:00Added an answer on May 29, 2026 at 6:07 am
    $found = false;
    
    foreach ($user as $key => $val) {
        if ($val == 1 && substr($key, -5) == 'Study') {
            $found = true;
            echo "Found a one in ".$key;
            break;
        }
    }
    
    if ($found) {
    // do something
    }
    

    Demo: http://codepad.org/c7WehD96

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Surprisingly I've been unable to find anyone else really doing this, but surely someone
I'm am curently doing an application with Google Maps, where I am checking the
Currently I'm checking it in the following way: if (Environment.UserInteractive) Application.Run(new ServiceControllerForm(service)); else ServiceBase.Run(windowsService);
I currently use Notepad++ for most of my development. I have been checking out
Currently I'm doing some unit tests which are executed from bash. Unit tests are
This goes back to my other question which I thought was sufficiently answers but
I'm doing this: private void LoadSoundFile() { if (openFileDialog1.ShowDialog() == DialogResult.OK) { if (openFileDialog1.FileName.EndsWith(.mp3))
Is there any easier way of checking one variables value against several others? Currently
i am currently using IIS7's Url Re-write module, but the main loophole of using
Im doing: me = FbGraph::User.new('me', :access_token => authentication.token); puts me.accounts.to_yaml Which returns: --- !seq:FbGraph::Connection

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.