使用PHP生成单选按钮组
这是一个以HTML形式创建一组单选按钮的功能。这三个参数是:
$name:单选组的名称。
$options:要包含在单选按钮组中的项目的关联数组。
$default:单选按钮的默认值。
function createRadio($name,$options,$default=''){
$name = htmlentities($name);
$html = '';
foreach($options as $value=>$label){
$value = htmlentities($value);
$html .= ''.$label.'
'."\n";
};
return $html;
}您可以通过以下方式调用该函数:
$array = array('one'=>'One',
'two'=>'Two',
'three'=>'Three',
'four'=>'Four');
echo createRadio('numbers',$array,'three');产生以下输出:
One
Two
Three
Four
热门推荐
10 新人红包祝福语简短精辟
11 幼师给毕业祝福语简短
12 生日高考祝福语妹妹简短
13 下飞机祝福语简短英文
14 元宵发客户祝福语简短
15 爸妈金婚文案祝福语简短
16 新郎朋友红包祝福语简短
17 虎年五一祝福语大全简短
18 出阁宴祝福语姐姐简短