ali_2kool2002 Posted March 6, 2007 Share Posted March 6, 2007 Hello.. does any 1 know how to create a combo box and store the selected value in a variable say $x? :'( :'( :'( Link to comment https://forums.phpfreaks.com/topic/41511-combo-box/ Share on other sites More sharing options...
JBS103 Posted March 6, 2007 Share Posted March 6, 2007 Do you mean something simple like this? <select name="item"> <option>Paint</option> <option>Brushes</option> <option>Erasers</option> <?php $_POST['item']; ?> Link to comment https://forums.phpfreaks.com/topic/41511-combo-box/#findComment-201100 Share on other sites More sharing options...
boo_lolly Posted March 6, 2007 Share Posted March 6, 2007 Hello.. does any 1 know how to create a combo box and store the selected value in a variable say $x? :'( :'( :'( to set the record straight, a 'combo-box' is a term that dreamweaver uses to signify a dropdown menu AND a text input field. is this what you mean? Link to comment https://forums.phpfreaks.com/topic/41511-combo-box/#findComment-201109 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.