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? Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.