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.. Link to comment https://forums.phpfreaks.com/topic/1867-droplist-hidden-value-from-same-row/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.