jetsett Posted June 12, 2004 Share Posted June 12, 2004 Can anyone help ! I am building a record insertion page and have come across a problem when adding records. I need to add records from a drop down list that includes a hidden value that is associated with the seleced item from the drop down list. Example, if I select 'Country_name' from the list I also want to include the 'country_id' from the same row when I insert the record. I have a Hidden field in the form next to the dropdown list with the value <?php echo $row_countrys['country_id']; ?> but this is selecting and inserting the first 'country_id' from the table and never the right corresponding id with the selected country. Is there a way to include a hidden value that corresponds to a selection on a dropdown list ? I would really appreciate help on this as I have spent 5 days already trying to get this to work.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.