Checkbox – A Weblog of Priyank Maniar https://priyank.rocks Articles on web development & mobile app development Tue, 14 Jan 2020 01:39:27 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 Checkbox https://priyank.rocks/checkbox/ Thu, 20 Dec 2018 04:54:45 +0000 http://priyank.rocks/?p=297 If you have two checkboxes with same name (value should of course be different).

When user submits a form with one selected. In PHP you will get the value as a string for the checked checkbox. Interestingly if user checks both, PHP gives an array and this is without specifying name with an array.

]]>