php - how can a selected dropdownlist item can be stored in a variable after disabling the dropdownlist? -
i need store selected item of dropdownlist database , after selecting dropdownlist should disabled....
my problem before disabling able store selected option. after disaling unable retrieve selected option variable.so can store in db.....
if use disabled input , need value send, add
<input type="hidden" name="input-name" value="value-to-be-send"> to form
Comments
Post a Comment