apg1985 Posted January 16, 2009 Share Posted January 16, 2009 Ive got a select box and a input box. All I want to do is select a value and that value to appear in the inputbox but I cant use a button. Please help <select name="select"> <option name="1000" value="1000">£1000</option> <option name="2000" value="2000">£2000</option> </select> <input type="text" name="value" id="value"> Link to comment https://forums.phpfreaks.com/topic/141061-passing-values/ Share on other sites More sharing options...
Mark Baker Posted January 16, 2009 Share Posted January 16, 2009 Please don't cross post... you're already asking this in the mathematics board You need to use javascript for what you want to do. So it isn't a PHP issue at all. Link to comment https://forums.phpfreaks.com/topic/141061-passing-values/#findComment-738267 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.