PHP Checkbox values
Posted by Stan in
PHP on 01 24th, 2009 |
No Comments
This one puzzled me for some time… may be I’ve overlooked the php documentation, but I couldn’t find how to make use of the standard checkbox and return the selected values as an array from a simple form.
In the end, it turned to be easy. Consider that we have the following form:
<html>
<form...