gopi_crishna Posted October 7, 2004 Share Posted October 7, 2004 Hi , I am trying to create a Multi Form application and it has some check boxes on that. I am passing all the values to last page of the application where i would submit them to the database. The problem is that i am able to pass all the values ,e.g: text box values and rest except for the radio box values ,the values of the radio box doesnt show up on the page which submits the values to database can any one help me out in this problem .. Thanks Gopi Quote Link to comment https://forums.phpfreaks.com/topic/1987-passing-radio-button-values/ Share on other sites More sharing options...
cx409 Posted October 8, 2004 Share Posted October 8, 2004 Are all your radio button groups and "when-clicked-on..." variables set? Quote Link to comment https://forums.phpfreaks.com/topic/1987-passing-radio-button-values/#findComment-6516 Share on other sites More sharing options...
kberrien Posted October 11, 2004 Share Posted October 11, 2004 Are all your radio button groups and "when-clicked-on..." variables set? I'm in the same boat... passing vars to th next php page. I don't see any locations to set anything as you've suggested. Could you be more specific? Quote Link to comment https://forums.phpfreaks.com/topic/1987-passing-radio-button-values/#findComment-6528 Share on other sites More sharing options...
willpower Posted October 20, 2004 Share Posted October 20, 2004 post the code you have and we can check it Quote Link to comment https://forums.phpfreaks.com/topic/1987-passing-radio-button-values/#findComment-6566 Share on other sites More sharing options...
ashoogy Posted October 31, 2004 Share Posted October 31, 2004 hi there, your radio button should have a name and value: <input type='radio' name=myvariablename value=myvalue> Quote Link to comment https://forums.phpfreaks.com/topic/1987-passing-radio-button-values/#findComment-6632 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.