Search found 1 match
- Sun Sep 25, 2011 5:48 pm
- Forum: PHP - Code
- Topic: Undefined offset
- Replies: 3
- Views: 651
Undefined offset
hello! im trying to get multiple input from checkbox to an array in php, using the following code: <form...> <input type="checkbox" name="hobbie[]" value="1"> <input type="checkbox" name="hobbie[]" value="2"> ..... <?php $hob=array(); $hob=...