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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:34:34+00:00 2026-06-05T16:34:34+00:00

I am writing a code in which the user is asked for username and

  • 0

I am writing a code in which the user is asked for username and password. If the details provided match the details in the database, then he is displayed the data, else he is prompted with a message that the information provided is not valid.
Here is the part of the code that says information is not valid,

<?php if($user!=$username && $pass!=$password)
  {          
?>
<p id="intro">Invalid Information</p>
<?php 
  }
?>   

But the problem I am facing is that even if the username and password does not match, the message Invalid Information is not displayed. Please help out. 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-05T16:34:37+00:00Added an answer on June 5, 2026 at 4:34 pm

    You need OR, not AND:

    <?php if($user!=$username || $pass!=$password) : ?>
    <p id="intro">Invalid Information</p>
    <?php endIf; ?>
    

    P.S. I used the alternative syntax. It looks better.


    The reasoning for using OR and not AND, if you check for AND, only if both username AND password is wrong, the condition will evaluate to true (if one of them is correct, you will get FALSE).

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

Sidebar

Related Questions

I'm writing a small piece of code which takes input from a user via
I'm writing some code which could really do with some simple compile time metaprogramming.
I am writing a code which compares file1 (single column of entries) with file
I'm writing code in which I use SQL to test several different conditions before
I'm writing some code which involves running a few shell commands from Python and
I am writing some code in which i need to get a line from
I'm writing a compiler which uses C as an intermediate code which is (Currently)
I'm writing code to download email from various servers, some of which are outside
I am writing java code. which will work on windows and linux. some code
I'm writing a Groovy script which uses third party java code that I can'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.