Is it possible to use the GET method with checkboxes in php?? I have a
form that does a get but I get the following error.
Warning: Invalid argument supplied for foreach() in
If I change the method to a POST it works fine..
Thanks
form that does a get but I get the following error.
Warning: Invalid argument supplied for foreach() in
If I change the method to a POST it works fine..
Thanks
Comment