print

create_checkbox_form ()

You are here: C97net5.04 HTML Functions

To create a multiple checkboxes.

function create_checkbox_form ($box_name, $source, $selected = '', $col = 3, $form_id = '')

Use this function to create a multiple checkboxes form field.

$box_name = form field name.

$source = an array of selection list.

$selected = selected values, you can use a string with this format: 'a,b,c,d', or an array (optional).

$col = number of columns to display (optional).

$form_id = if you fill this, this function will display "Check/Uncheck All" link.

Example 1

<?php
require './includes/user_init.php';

$src = array (1 => 'one', 2 => 'two', 3 => 'three', 4 => 'four', 5 => 'five');
echo 'Please select: ';
echo create_checkbox_form ('number', $src);
?>

 

Posted on: Aug-23-2010 at 07:00am
Last Updated: Jan-01-1970 at 07:00am

There is no comment. Why not be the first?

read more More Comments/Post Your Own

Account

Search

Tags

acp add all also any create default display don download easy echo etc features field file files folder form function includes information init kemana link list may module name need number own page php please qengine read require script set site skin time tpl url use user using version welcome