Terry103 Posted September 15, 2006 Share Posted September 15, 2006 I have a table that shows data from a MySQL database. In the last two columns of the table, I have a drop-down list and then an 'Add to Cart' Button. The drop-down list is populated from another MySQL table. Because the drop down list is created for each line, they all have the same name. When I click on the 'Add to Cart' Button, It sends info to the next page via the echo command.The problem is that I can't get the value in the drop down list to go to the next page. How do I access the value in the drop-down list to send it to the next page? Link to comment https://forums.phpfreaks.com/topic/20909-drop-down-list-in-a-repeat-region/ Share on other sites More sharing options...
HuggieBear Posted September 15, 2006 Share Posted September 15, 2006 Give it a dynamic name based on the row it's in...Are you able to post the code, and if you have a working example somewhere that would be excellent too.RegardsHuggie Link to comment https://forums.phpfreaks.com/topic/20909-drop-down-list-in-a-repeat-region/#findComment-92627 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.