You are here: C97net • 5.04 HTML Functions
Get the value from a checkbox_form
function checkbox_param ($box_name, $method = 'get', $as_array = 0)
Use this function to read the value from the form field generated by checkbox_param ().
$box_name = the id.
$method = form method, can be 'get' or 'post'.
$as_array = if true, the value will be returned as an array, otherwise a CSV (eg: a,b,c,d).
There is no comment. Why not be the first?