tejesht Posted August 17, 2006 Share Posted August 17, 2006 Hello, Please suggest the steps by which i can fetch the multiple values from a<select MULTIPLE><option></option></select> tag.Thanks in AdvanceTejesht Link to comment https://forums.phpfreaks.com/topic/17820-select/ Share on other sites More sharing options...
BillyBoB Posted August 18, 2006 Share Posted August 18, 2006 dude...... HAVE YOU EVER HEARD OF GOOGLE.COM ITS THE BEST >:( >:( >:( >:( Link to comment https://forums.phpfreaks.com/topic/17820-select/#findComment-76542 Share on other sites More sharing options...
hitman6003 Posted August 19, 2006 Share Posted August 19, 2006 Make the name of the select something like:[code]<select name="selectbox[]" MULTIPLE>...</select>[/code]Then it becomes a sub array of $_POST in php Link to comment https://forums.phpfreaks.com/topic/17820-select/#findComment-77105 Share on other sites More sharing options...
Daniel0 Posted August 19, 2006 Share Posted August 19, 2006 [quote author=BillyBoB link=topic=104594.msg417757#msg417757 date=1155865188]dude...... HAVE YOU EVER HEARD OF GOOGLE.COM ITS THE BEST >:( >:( >:( >:([/quote]You know, this forum is for getting [i]help[/i], so he obviously asks for help here. Link to comment https://forums.phpfreaks.com/topic/17820-select/#findComment-77166 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.