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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:25:18+00:00 2026-05-20T16:25:18+00:00

At the start of my session’d php form I give the user an option

  • 0

At the start of my session’d php form I give the user an option to select their Marital Status.

Depending on the result of the selection I wish to output different fields as the form is same just a few minor field changes.

How would I retrieve the option the user has selected in the previous page and then run an IF statement on it in the next page?

<input type="radio" name="selection" id="selection" group="form_type" value="1st_Marriage"/>1st Marriage
<input type="radio" name="selection" id="selection" group="form_type" value="2nd_Marriage"/>2nd Marriage

What I want to do is, retrieve the users selection and display different form fields on the next and subsequent pages further along the form’s process.

  • 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-20T16:25:19+00:00Added an answer on May 20, 2026 at 4:25 pm
    if($_SESSION['marital_status'] == 'Married'){
        //do something
    }else if($_SESSION['marital_status'] == 'Single'){
       //do something else
    }
    

    should do what you are looking for.

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

Sidebar

Related Questions

That's the code <?php //Start session session_start(); //Then we retrieve the posted values for
During Session Start, one has access to the Request object. How about Session End,
session_start(); //login page if(mysql_num_rows($result) != '0'){ // If match. session_register(username); // Craete session username.
session_start(); $_SESSION['user'] = 789456; $_SESSION['name'] = dummy; $_SESSION['id'] = 123; print_r($_SESSION); session_destroy(); echo Session
Before I start using Session State server for the benefit of making session state
How to solve : Warning: session_start() [function.session-start]: The session id is too long or
if anyhow my session have ended then how can i start the session again
Html Form Submitted from <?php //////////////////////////////////////////////////////////////////////////////////// ###### Require Database ###### //////////////////////// require_once('src/cfg/dbi.php'); //////////////////////////////////////////////////////////////////////////////////// ######
I have a (HTTPS) login.php page which remains HTTPS (ie once user logged in
I've built web apps before that utilize phpBB session, and user data. The common

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.