Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > PHP Development
User Name
Password

Reply
 
LinkBack Thread Tools Display Modes
Old 06-18-2009, 12:06 PM   #1 (permalink)
ranga227
Junior Member
 
Join Date: Jun 2009
Posts: 3
Default Displaying value from a Drop Down Menu ( form ) using php ?

Hi,

I want to take the value selected from a drop down menu I have and then add the value too somewhere else on the page. The reason for this is so eventually I can hide this value and add it into a URL ( it's a long story..).

So anyway this is my code so far:

Code:
<form id="countries_select" name="countries_select" method="post" action="$_SERVER['PHP_SELF']">
  <select name="countries" id="countries" onchange="">
    <option value="US">United States</option>
    <option value="GB" selected="selected">United Kingdom</option>
    <option value="ES">Spain</option>
  </select>
  <label>
    country_selected:
    <?php $country = $_POST[''];
    echo  $country;?>
    
     
  </label>
</form>
So basically I just need to know how to get the value from the drop down into the variable "$country"

Thanks
__________________
bill changers surgical instruments
ranga227 is offline   Reply With Quote
Sponsored Links
Old 06-20-2009, 12:48 PM   #2 (permalink)
sc_king
Junior Member
 
Join Date: May 2009
Posts: 8
Default Re: Displaying value from a Drop Down Menu ( form ) using php ?

Will this form be submitted each time you select a country or do you want changes on the fly?

This will do it on a submission form.

PHP Code:
$country $_POST['countries'];
<
input type="submit" value="submit"
If your doing it on the fly without a submission, you're going to need ajax.


Here's something like what you want.

Changing textbox value from dropdown list using Ajax and PHP
sc_king is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View:
Points Per Thread:
Points Per Reply:



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 01:00 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums