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

  • Home
  • SEARCH
  • 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 6923255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:30:45+00:00 2026-05-27T10:30:45+00:00

Very basic seeming PHP question here… I have a page to which I’m already

  • 0

Very basic seeming PHP question here… I have a page to which I’m already passing a value, e.g.: Product.php?type=apples

Now I want a drop down form to pass another value, so i’d end up with something like: Product.php?type=apples&cost=cheap

I’ve tried putting these in a form that looks like:

<form action="./Product.php" method="POST">
<small>View:</small>
<select name="cost" onchange="this.form.submit();">
<option>Choose Metrics</option>
<option value="cheap&amp;type=<?php echo $typeID?>"></option>

to keep the type variable and add the “cost” variable, but the ampersand gets decoded in the URL string.

Am I going about this the wrong way?

Thanks very much.

  • 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-27T10:30:46+00:00Added an answer on May 27, 2026 at 10:30 am

    First of all, you need to change the method from POST to GET.

    Secondly, a second variable, needs a second input field. You could use a hidden field for that, or let the user choose it. (Or do javascript manipulation)

    Hidden field

    <input type="hidden" id="type" name="type" value="cheap">
    

    This can be achieved with JavaScript too ofcourse!

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

Sidebar

Related Questions

Very basic question here (I've just started with Python). I have a list object.
I have written a very basic crawler which scrapes product information from websites to
Very basic question - but I couldn't find an answer. I have got a
Very basic question - how to get one value from a generator in Python?
Its very basic and silly question.... Is PHP a web Technology or a scripting
I have a very basic question on returning a reference to an element of
I have a very basic web page that uses flot to create a canvas
Very basic question :) I have to initialize an array in objective-c. I will
I have a very basic two-page website: the home page, and an about page.
A very basic question, when I have something like: TTStyledText * text = [TTStyledText

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.