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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:29:31+00:00 2026-05-30T13:29:31+00:00

I wondered if instead of function edit_save($data, $post_id, $post_type) { if (($post_type == ‘A’)

  • 0

I wondered if instead of

function edit_save($data, $post_id, $post_type)
{
    if (($post_type == 'A') OR ($post_type == 'B')) {

            // do this

    }

I could use XOR as below — but it does this not work…

function edit_save($data, $post_id, $post_type)
{
    if ($post_type == 'A' XOR 'B') { // pseudo code

            // do this

    }

Any suggestions how to simplify the overall syntax and present the 2 potential options for a variable within a conditional statement?

  • 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-30T13:29:33+00:00Added an answer on May 30, 2026 at 1:29 pm

    Seems like what you want is actually this:

    if (in_array($post_type,array('A','B'))) { 
       ...
    }
    

    Which in PHP 5.4+ will look even nicer:

    if (in_array($post_type,['A','B'])) { 
       ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

considering that fairly static data should not be re-evaluated but cached instead, I wondered
Wondered if someone could help me write a MySQL query. I noticed in my
I wondered if someone might have some insight into this. jqGrid is quite happy
I've always wondered this - why can't you declare variables after a case label
I have always wondered when to use identifiers (for example, functions) with capital first
I've used emacs for decades and always wondered, but kept on coding, if there
I've often wondered why C++ went with the name wchar_t instead of simply wchar
I've always wondered why Javascript has the global Math object instead of giving numbers
I find that it is tremendously easier to use streams in c++ instead of
High! I just wondered why this won't work? $.post($(#jsCheckoutForm_1b).attr(action), { sLoginName: $(#sLoginName).val(), sPassword: $(#sPassword).val()

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.