Thanks for this tutorial.
in step 4 i.e.
PHP Code:
if (is_array($settings['my_setting_name']))
{
$settings['my_setting_name'] = implode(',', $settings['my_setting_name']);
}
What to write in place of "my_setting_name"and how to check which options are checked from within php page.
I also wanted to know how to use this option code
bitfield:nocache|allowedbbcodesfull
This bitfield type code automatically generates a set of check boxes of allowed bbcodes to choose from. Now how to implement onto our page.
Thank you