prestonparris Posted March 10, 2008 Share Posted March 10, 2008 I have a series of drop down boxes that dynamically update through mysql and php, and ajax. I have edit button above each drop down box, I need to be able to click on a selection in one of the drop down boxes, and then click on the corresponding edit button and have it take me to an edit screen with the current selection already in the edit box. I have everything set up but the actual passing of the current selection to the edit screen. How do i pull these values? I realize it's something very simple but for whatever reason I can't seem to figure this out. Thank you. Link to comment https://forums.phpfreaks.com/topic/95513-edit-drop-down-selections/ Share on other sites More sharing options...
Northern Flame Posted March 10, 2008 Share Posted March 10, 2008 try passing it through $_GET Link to comment https://forums.phpfreaks.com/topic/95513-edit-drop-down-selections/#findComment-488954 Share on other sites More sharing options...
prestonparris Posted March 10, 2008 Author Share Posted March 10, 2008 how do i $_GET a selected drop down value? Link to comment https://forums.phpfreaks.com/topic/95513-edit-drop-down-selections/#findComment-488964 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.