Forum Moderators: coopster

Message Too Old, No Replies

How can get multiples values at a time into checkbox & textbox in php

multiples values at a time into checkbox & textbox in php

         

sherazi

9:48 am on Apr 1, 2017 (gmt 0)

5+ Year Member



<form action="" method="post">
<input type="checkbox" name="check_list[]" value="Colddrink">
Colddrink :
<input type="text" name="check_list2[]" placeholder="Enter your Quantity" />

<button type="submit">submit</button>
</form>

keyplyr

10:19 am on Apr 1, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi sherazi and welcome to WebmasterWorld [webmasterworld.com]