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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:15:59+00:00 2026-05-22T16:15:59+00:00

Im trying to throw something together in PHP. I can’t seem to get this

  • 0

Im trying to throw something together in PHP. I can’t seem to get this simple bit to work.

The result I want is if $x = 4, 5, or 6 the output should be hello x is (the value of $x)

here is the code:

<?php
    $x = 1;
if ($x != 4 || $x != 5 || $x != 6)
    {echo "hello ";
    echo "x is $x";}
 ?>

In the example above the output is “hello x is 1”

however if I change the first line of the code to $x = 4 the expected output is “hello x is 4” when the output should be blank.

Thanks,
Chris

  • 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-22T16:16:00+00:00Added an answer on May 22, 2026 at 4:16 pm

    You have the opposite logic. You need

    if ($x == 4 || $x == 5 || $x == 6)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get this to throw an exception if year entered in TextBoxCopyrightYear.Text
I'm trying to attempt something that seems super simple, but right now I want
I'm trying to throw new Exception(...) in a script written for PHP CLI. This
I'm struggling a bit trying to achieve something that appeared simple initially to me.
I am trying to throw together a website using Ajax for the first time,
i'm trying the camera preview This is my code and it doesn't throw any
I'm trying to make this code generic: public final Object unwrap(Class arg0) { throw
I'm trying to figure out if the boost::multi_array constructor or resize method can throw
I'm trying to throw an exception in my code like this: throw RuntimeException(msg); But
I'm trying to work with exceptions. So I have something like: If something bad

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.