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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:02:35+00:00 2026-06-09T12:02:35+00:00

Sorry, I know I asked this yesterday, but the answer I got was for

  • 0

Sorry, I know I asked this yesterday, but the answer I got was for Javascript, which worked for me, but now I am writing the PHP script and I can’t figure out the PHP Version either. I tried to research it, but nothing came up.

I am trying to create a validation script for a few selectors such as month, day, and year for your birthday. Basically I want the script to run as:

IF the selector is on the first option return false ELSE return true

What is the IF statement I need in order to return the script false if the first option in the list is selected.

For example,

<select>
    <option>FAIL IF THIS IS SELECTED</option>
    <option>PASS IF THIS IS SELECTED</option>
    <option>PASS IF THIS IS SELECTED</option>
    ...And So On
</select>
  • 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-09T12:02:36+00:00Added an answer on June 9, 2026 at 12:02 pm

    HTML

    <form action="post.php" method="post">
        <select name="test" id="test">
            <option value="0">FAIL IF ...</option>
            <option value="1">PASS IF ...</option>
            <option value="2">PASS IF ...</option>
        </select>
    </form>
    

    PHP inside some validate function (form.php)

    if($_POST['test'] == "0") return false;
    else return true;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sorry that I can't find the answer through google - But I know this
sorry I know this question was asked already but the solution doesn't work for
Sorry I know this question has probably been asked before, but do you know
Yesterday, I asked this question and never really got an answer I was really
Sorry, this might seem simple, but somebody asked me this, and I don't know
Sorry, I know this question is easy, but I don't know how to get
sorry, i know this lots on this topic, but i couldnt find one where
I know this has been asked 100 times before but every bit of code
sorry if this questions is overly basic or has been asked before but I
I'm sorry if this has been asked before, but I'm in kind of a

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.