| form_fieldset() | ใช้สร้าง code ในส่วนของ tag เปิดของ fieldset |
|---|
function:form_fieldset ( legend, attribute )
return type:string
content:ใช้สร้าง code ในส่วนของ tag เปิดของ fieldset
example:$attribute = array ( "id"=>"addr_info", "class"=>"info" ); echo form_fieldset ( "Address Infomration", $attribute );
comment:ตัวแปร legend ใช้กำหนดข้อความที่อยู่ในส่วนของ tag legend ตัวแปร attribute ใช้กำหนด attribute โดย key คือ ชื่อแอททริบิวต์ และ value คือค่าข้อมูลของแอททริบิวต์นั้นๆ