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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:49:23+00:00 2026-06-10T01:49:23+00:00

I am quite bad at php. I have a Multicheckbox that outputs an array

  • 0

I am quite bad at php. I have a Multicheckbox that outputs an array this way:

Array
  (
   [value1] => true
   [value2] => false
   [value2] => false
   [value4] => false
   [value5] => true
   [value6] => false
  )

I would like to return an array with only the elements (values) that are true. Then I will apply this:

    $list_of_true_values = explode(',', $array_i_am_looking_for);
    return $list_of_true_values;

As in the end I want to return this: value1,value5.

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-06-10T01:49:24+00:00Added an answer on June 10, 2026 at 1:49 am

    As Rajat has said you can use the array_keys() function. I’d also add that if you’re looking to get an output of value1,value5, you shouldn’t use explode(), but rather, it’s duel, implode().

    return implode(",", array_keys($array, true));

    Is all you need.


    As per your comment, if you’d like to wrap the keys in single quotes:

    $keys = array_keys($array, true);
    array_walk($keys, function(&$v, $k){$v = "'" . $v . "'";});
    return (implode(",", $keys));
    

    This is called Anonymous (Lambda) Syntax.

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

Sidebar

Related Questions

I have written a script image.php that is quite long, but I've just copied
Not quite sure how to phrase this, but will do my best. I have
I am styling my UINavigationController with a custom image, however, this looks quite bad
I have a php script that generates php and javascript wrapper classes that handle
Context: I have to add an online payment system, on a quite old PHP
I'm quite bad with regex, and I'm looking to match a criteria. This is
I'm French so my English is quite bad but I have a real problem
After playing quite a bit of Bad Company 2 over the last month, I'm
Quite some time i`ve learnt MVC. I have seen various techniques to post data
quite some time ago i noticed that in Visual C++ 10 ADL fails when

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.