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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:16:45+00:00 2026-05-27T00:16:45+00:00

sorry if this quite a easy question, but i cant find any thread the

  • 0

sorry if this quite a easy question, but i cant find any thread the same as this.

lets say we are setting the values like

    <li><input type="checkbox" name="only_admin" value="1" /> Only Admin</li>
    <li><input type="checkbox" name="can_request" value="1" /> Can Request</li>
    <li><input type="checkbox" name="can_offer" value="1" /> Can Offer</li>
    <li><input type="checkbox" name="can_post" value="1" /> Can Post</li>
    <li><input type="checkbox" name="is_maintenance" value="1" /> Is Maintenance</li>

then on our server side we put this

        if (isset($_POST['only_admin'])) {
            $permission['only_admin'] = $_POST['only_admin'];
        }

        if (isset($_POST['can_request'])) {
            $permission['can_request'] = $_POST['can_request'];
        }

        if (isset($_POST['can_offer'])) {
            $permission['can_offer'] = $_POST['can_offer'];
        }   

        if (isset($_POST['can_post'])) {
            $permission['can_post'] = $_POST['can_post'];
        }

        if (isset($_POST['is_maintenance'])) {
            $permission['is_maintenance'] = $_POST['is_maintenance'];
        }

is there a simpler version to above code ?

thanks!
Adam Ramadhan

ps please tag me if there is already a good thread about this.*

  • 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-27T00:16:46+00:00Added an answer on May 27, 2026 at 12:16 am
    $values = array("only_admin", 
                    "can_request", 
                    "can_offer", 
                    "can_post", 
                    "is_maintenance");
    
    foreach($values as $v)
    {
        if(isset($_POST[$v]))
        {
            $permission[$v] = $_POST[$v];
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sorry if this is a dupe, I cant find an answer quite right. I
Sorry if this is quite noobish to you, but I'm just starting out to
Sorry if this is a repost but I couldn't quite search for it because
Sorry if this is a dup; I haven't found any questions that pose quite
Sorry this is a basic question, but all my research just barely missed answering
sorry this is such a simple question but I can't figure it out. How
Sorry if this is a really basic question but it's been really getting to
Sorry if this question is too vague, but I'd rather not muddy it's point
I know this is quite a vague question -- sorry about that. If I
Sorry if this is a noob question, I searched quite a bit and couldn't

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.