mubarakabbas Posted January 6, 2010 Share Posted January 6, 2010 Hi, problems getting in array values, am getting only last item in the array, whats the solution <input type="checkbox" name="check_list" value="A" /> <input type="checkbox" name="check_list" value="A" /> <input type="checkbox" name="check_list" value="A" /> Link to comment https://forums.phpfreaks.com/topic/187412-problems-getting-in-array-values/ Share on other sites More sharing options...
PFMaBiSmAd Posted January 6, 2010 Share Posted January 6, 2010 You need some [] as part of the name to make them arrays - http://us.php.net/manual/en/faq.html.php#faq.html.arrays Link to comment https://forums.phpfreaks.com/topic/187412-problems-getting-in-array-values/#findComment-989680 Share on other sites More sharing options...
mubarakabbas Posted January 6, 2010 Author Share Posted January 6, 2010 Thank you very much, Problem solved, You need some [] as part of the name to make them arrays - http://us.php.net/manual/en/faq.html.php#faq.html.arrays Link to comment https://forums.phpfreaks.com/topic/187412-problems-getting-in-array-values/#findComment-989685 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.